Skip to content

In this repo, I have created a subdomain enumeration function that grab subdomains in deep.

Notifications You must be signed in to change notification settings

Virdoexhunter/Subenum_deep_subdomain_enumeration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Subenum_deep_subdomain_enumeration

In this repo, I have created a subdomain enumeration function that grab subdomains in deep.

Usage :

Place this code into your .bashrc file and run source .bashrc. Now run subenum target.com image

Installation tools for this function:

  1. Subfinder

Installation:

go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
Subfinder is a good tool if it used with all api keys.
Here is the writeup how to get api keys for subfinder to maximizing the output.

Maximizing the Potential of Subfinder

  1. Assetfinder

Installation:

go get -u github.com/tomnomnom/assetfinder
  1. Puredns

Installation:

GO111MODULE=on go get github.com/d3mondev/puredns/v2
  1. Massdns

Installation:

git clone https://github.com/blechschmidt/massdns.git
cd massdns
make
sudo make install
  1. Dnsgen

Installation:

pip3 install dnsgen
  1. Gotator

Installation:

go install github.com/Josue87/gotator@latest
  1. Amass

Installation:

go install -v github.com/OWASP/Amass/v3/...@master
  1. CTFR

Installation:

git clone https://github.com/UnaPibaGeek/ctfr.git
cd ctfr
pip3 install -r requirements.txt

Wordlists:

  1. Subdomain bruteforce
  2. Gotator permutation
  3. Resolvers.txt

SUPPORT-ME:

Buy Me A Coffee

About

In this repo, I have created a subdomain enumeration function that grab subdomains in deep.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published