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.
Currently we are using
wgetto download wordlists while some people may usecurlonly.I think we could check if
wgetis installed and if not usecurl.