A docker image which will enumerate, sort, unique and resolve the results of various subdomains enumeration tools.
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
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
https://hub.docker.com/r/uexpl0it/subdomains-enumerator/tags
Currently integrated tools include:
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.
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 |