2020-11-06 10:59:13 +00:00
|
|
|
# sublist3r
|
|
|
|
|
|
|
|
> Fast subdomains enumeration tool for penetration testers.
|
|
|
|
> More information: <https://github.com/aboul3la/Sublist3r>.
|
|
|
|
|
|
|
|
- Find subdomains for a domain:
|
|
|
|
|
|
|
|
`sublist3r --domain {{domain_name}}`
|
|
|
|
|
|
|
|
- Find subdomains for a domain, also enabling brute force search:
|
|
|
|
|
|
|
|
`sublist3r --domain {{domain_name}} --bruteforce`
|
|
|
|
|
|
|
|
- Save the found subdomains to a text file:
|
|
|
|
|
|
|
|
`sublist3r --domain {{domain_name}} --output {{path/to/output_file}}`
|
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
- Display help:
|
2020-11-06 10:59:13 +00:00
|
|
|
|
|
|
|
`sublist3r --help`
|