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.46k stars 888 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 1 month ago

rahisec commented 1 month 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 1 month ago

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