Skip to content

Project setup using wget or curl #184

@moozzi

Description

@moozzi

Currently we are using wget to download wordlists while some people may use curl only.

file 'data/wordlists/raft-small-directories.txt' => 'data/wordlists' do
  sh 'wget -O data/wordlists/raft-small-directories.txt https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/raft-small-directories.txt'
end

I think we could check if wget is installed and if not use curl.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions