-
-
Notifications
You must be signed in to change notification settings - Fork 10
Project setup using wget or curl #184
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request