Skip to content
/ SubEX Public

SubEX is a script to find subdomains of a domain using several methods

License

Notifications You must be signed in to change notification settings

0xuf/SubEX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SubEX

SubEX is a script to find subdomains of a domain using several methods

built with

  • Python
  • ShuffleDNS
  • MassDNS
  • DnsGEN
  • BeautifulSoup

Installation

git clone https://github.com/0xuf/SubEX.git
cd SubEX
pip install -r requirements.txt
python main.py -h

Usage

usage: main.py [-h] -d  [-t] [-r] [-w] [-o] [-s] [-sr] [-sf] [-shd] [-msd] [-dnsg]

options:
  -h, --help            show this help message and exit
  -d , --domain         Target Domain
  -r , --resolvers      list of resolvers to use (default = /home/x/SubEX/resolvers.txt)
  -w , --wordlist       list of words to dns bruteforce (default = /home/x/SubEX/wordlist.txt)
  -o , --output         file to save results
  -s, --silent          display only results in the output
  -sf , --subfinder     Path to the subfinder binary (default = /usr/bin/subfinder)
  -shd , --shuffle-dns 
                        Path to the shuffledns binary (default = /usr/bin/shuffledns)
  -dnsx                 Path to the dnsx binary (default = /usr/bin/dnsx)
  -msd , --mass-dns     Path to the massdns binary (default = /usr/bin/massdns)
  -dnsg , --dnsgen      Path to the dnsgen binary (default = /usr/bin/dnsgen)
              

License

This project is licensed under MIT License.

Author

Discord: NotAvailable#7600

Instagram

About

SubEX is a script to find subdomains of a domain using several methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages