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

Questions about result files #7

Closed oldesec closed 5 years ago

oldesec commented 5 years ago

Hello.

What is the final merged file?

"all_domain.txt" file?

Thanks.

SolomonSklash commented 5 years ago

There are two final result files. I've just renamed them to make them a bit clearer. All unique discovered domains are in all_discovered_domains.txt, and all unique IPs are in all_discovered_ips.txt. I've updated the Readme under the Usage section as well.