SolomonSklash / chomp-scan

A scripted pipeline of tools to streamline the bug bounty/penetration test reconnaissance phase, so you can focus on chomping bugs.
https://www.solomonsklash.io/chomp-scan-update.html
GNU General Public License v3.0
393 stars 76 forks source link

What exactly this function DO? #53

Closed Sy3Omda closed 5 years ago

Sy3Omda commented 5 years ago

https://github.com/SolomonSklash/chomp-scan/blob/80e17512b57f289bd0bad8b7f2c4bdeeb30971a2/chomp-scan.sh#L778

this function couse me missed the main domain from scan more than once which is www.test.com and of course if intersting is there so all_resolved is ignored as you know. So i am wondering what this function is really do, it`s not filtering any thing or use specific tool to say that list is really interesting. i hope you got the idea

SolomonSklash commented 5 years ago

It gets any domains listed in the interesting.txt file. It does not get the main domain. The purpose is to quickly identify domains like admin, login, testing, etc. You can add any domains you want to the list if you are looking for something specific.