g0rchy / enumenat0r

Just another subdomain enumeration script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enumenat0r

Just another subdomain enumeration script :3

It's just a wrapper around some subdomain enumeration and fingerprinting tools, with some parallelization to save some time, not the best but it gets the job done.

All the tools' output are stored in these files:

  • domains.txt contains all enumerated subdomains.
  • live.txt contains all live subdomains.
  • gau.txt contains the output of gau.
  • fingerprint.out contains httpx fingerprint results.

Used Tools/Repos:

Notes:

You have to change the path variable with the path of in which you'd like to store the DNS resolvers list to get amass working.

Also make sure to tweak the number of threads of the tools based on your machine/needs.

TODO:

  • More efficent parallelization (e.g gnu parallel)
  • More tools & sources
  • Subdomain bruteforcing

About

Just another subdomain enumeration script


Languages

Language:Shell 100.0%