Virdoexhunter / Subenum_deep_subdomain_enumeration

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.