SkillAgentSearch skills...

SubdomainsEnumerator

A docker image which will enumerate, sort, unique and resolve the results of various subdomains enumeration tools.

Install / Use

/learn @Anon-Exploiter/SubdomainsEnumerator

README

Subdomains Enumeration (but with docker!)

<a href="https://colab.research.google.com/github/Anon-Exploiter/subdomainsEnumerator/blob/master/Subdomains_Enumeration.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a> Maintenance GitHub GitHub closed issues GitHub closed pull requests Twitter

A docker image which will enumerate, sort, unique and resolve the results of various subdomains enumeration tools.

asciicast

Building the docker image

You can build the docker image yourself using the following:

git clone https://github.com/Anon-Exploiter/subdomainsEnumerator && cd subdomainsEnumerator
docker build -t uexpl0it/subdomains-enumerator:0.4 .
docker run -it --rm uexpl0it/subdomains-enumerator:0.4

Using Image from Dockerhub

In case you don't want to build the image yourself, just execute the line below and you'll be done and dusted.

docker run -it --rm uexpl0it/subdomains-enumerator:0.4

Mounting and saving results

docker run -it --rm -v /home/<user>/results/:/root/results/ uexpl0it/subdomains-enumerator:0.4

Previous Releases:

https://hub.docker.com/r/uexpl0it/subdomains-enumerator/tags

Tools

Currently integrated tools include:

Contribution

Want to add another tools? If you can, make a PR editing the bash file containing script's args etc. & Dockerfile containing the cloning and setting up.

In case you can't, no problem, file a issue with the tool name and the features you would like to have and I'll try to work on the integration.

Stargazers Chart

Stargazers over time

Change log

| Changes | Release | | ------------------------------------------------------------ | --------------------------------------------------- | | Removed virtualenvs, git and other stuff (^while all the listed tools exist) and reduced the size to 200MB+ | 0.4 - 20-06-2020| | Integrated PR #1 adding findomain (tool) and reduced image size from ~800 to ~400 MB | 0.3 - 17-06-2020 | | Added MassDNS for also resolving the subdomains results. | 0.2 - 03-06-2020 | | Initial release containing sublist3r, subfinder, amass, oneforall & asset finder. | 0.1 - 21-05-2020 |

Related Skills

View on GitHub
GitHub Stars71
CategoryDevelopment
Updated3mo ago
Forks16

Languages

Shell

Security Score

97/100

Audited on Dec 9, 2025

No findings