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.48k stars 896 forks source link

hakrawler -insecure option not defined #8

Closed bileltechno closed 3 years ago

bileltechno commented 3 years ago

The -insecure option in hakrawler is disabled. so the line bellow will fail:

cat ${domain}_probed.txt | hakrawler -depth 2 -scope subs -insecure -plain | anew -q ${domain}_url_extract.txt

My hakrawler version is: beta11

/informationGathering/reconftw$ hakrawler -v
beta11

So you need to delete the -insecure option or install hakrawler with -insecure option activated.

six2dez commented 3 years ago

I think there is something on your side because -insecure works perfectly for me image

bileltechno commented 3 years ago

strange :'(