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.76k
stars
927
forks
source link
p1radup script is missing in ./install.sh and ./reconftw don't warn of missing p1radup tool before launch. #878
Describe the bug
p1radup is a tool which deduplicates urls which is used in ./reconftw.sh . but its missing in install script. upon running the ./reconftw.sh -d web.com -r at the deduplication phase it throw error.
Describe the bug p1radup is a tool which deduplicates urls which is used in ./reconftw.sh . but its missing in install script. upon running the
./reconftw.sh -d web.com -r
at the deduplication phase it throw error.