six2dez / reconftw

reconFTW is a tool designed to perform automated recon on a target domain by running the best set of tools to perform scanning and finding out vulnerabilities
MIT License
5.58k stars 908 forks source link

aquatone replacement #93

Closed bileltechno closed 3 years ago

bileltechno commented 3 years ago

eyewitness, gowitness or webscreenshot

bileltechno commented 3 years ago

Target z***.com: 23 probed links

Aquatone

cat ${domain}_probed.txt | aquatone -out screenshots -threads 8 -silent

output:

Gowitness

gowitness file -f  "${domain}_probed.tx" --threads=8 --disable-logging  -P "./gowitnessScreenshots/" --delay 2

output:

webscreenshot

webscreenshot.py -o webscreenshotScrenns -w 8  -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0" -i xxxx.com_probed.txt

EyeWitness

output: A lot of dependecies need to be installeed. They have a setup.sh script which shall be executed and install selenium ....

six2dez commented 3 years ago

I don't find any trouble with webscreenshot, in fact it works really nice:

git clone https://github.com/maaaaz/webscreenshot
cd webscreenshot
pip3 install -r requirements.txt
python3 webscreenshot.py -i url_list.txt -w 8 -a "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0" -o screens_folder

Will implement this

six2dez commented 3 years ago

Done d06c25b101cc96d6ffc2f44efa07e4b44b2d63eb