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.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

Closed rahisec closed 6 months ago

rahisec commented 6 months ago

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.

six2dez commented 6 months ago

p1radup is is installed during the installation scripts run, is included at the requirements.txt file and it's installed by pip