Skip to content

Commit

Permalink
Renamed all_domain.txt and all_ip.txt to clarify their purpose.
Browse files Browse the repository at this point in the history
  • Loading branch information
bellma101 committed Mar 2, 2019
1 parent c946163 commit 7b6c3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Chomp Scan always runs subdomain enumeration, thus a domain is required via the

Other scan phases are optional. Content discovery can take an optional wordlist, otherwise it defaults to the built-in short (22k words) list.

The final results of the scan are stored in two text files in the output directory. All unique domains that are found are stored in `all_discovered_domains`, and all unique IPs that are discovered are stored in `all_discovered_ips`.
The final results of the scan are stored in two text files in the output directory. All unique domains that are found are stored in `all_discovered_domains.txt`, and all unique IPs that are discovered are stored in `all_discovered_ips.txt`.
```
chomp-scan.sh -u example.com -a d short -cC large -p -o path/to/directory
Expand Down

0 comments on commit 7b6c3fb

Please sign in to comment.