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.64k stars 912 forks source link

Missing `grep $domain` Command in `webprobe_full()` Function #859

Closed borhanDZ closed 6 months ago

borhanDZ commented 6 months ago

I would like to point out that what is stated here might not be of utmost importance or is considered a mistake, in my opinion.

Details:

Suggestion:

It might be beneficial to apply the grep $domain filter to multiple domains, rather than just example.com. For instance, in the target, there could be variations like example.com|net|de|io|co.

Conclusion:

Thank you for creating this wonderful script. This feedback is provided with the intention of improving it further.

six2dez commented 6 months ago

Thx! Fixed on dev branch, I will push to main soon :)