Skip to content

Command line utility to search for subdomains in open sources

License

Notifications You must be signed in to change notification settings

qqpayne/dombuster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DomBuster

Command line utility to search for subdomains in open sources. Named by analogy with OWASP DirBuster. Also, it just sounds funny. Usable for various network researches and penetration testing.

Features

  • Simple to use
  • Multi-threaded and fast
  • Can be used with private API keys
  • Fancy appearance
  • Can provide you with various data about subdomains

Screenshot

DomBuster

Installation

git clone https://github.com/qqpayne/dombuster.git

Examples

  • To enumerate subdomains of specific domain and save results to txt:

dombuster.py example.com output.txt

  • To enumerate subdomains of specific domain fast, but with possible data loss:

dombuster.py -f example.com output.txt

  • To enumerate subdomains of specific domain and save only that subdomains, who respond to ping:

dombuster.py --strict example.com output.txt

  • To enumerate subdomains of specific domain and resolve their IP addreses and organization name, save to csv:

dombuster.py --ip --org --csv example.com output.csv

  • To enumerate subdomains of specific domain using your API keys:

dombuster.py example.com output.txt -k keys.json

License

DomBuster is licensed under the Apache 2.0 license. take a look at the LICENSE for more information.

About

Command line utility to search for subdomains in open sources

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages