Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Anon-Exploiter/subdomainsEnumerator
A docker image which will enumerate, sort, unique and resolve the results of various subdomains enumeration tools.
https://github.com/Anon-Exploiter/subdomainsEnumerator
amass assetfinder docker docker-image massdns oneforall reconnaissance subdomain-enumeration subdomains subfinder sublist3r
Last synced: about 2 months ago
JSON representation
A docker image which will enumerate, sort, unique and resolve the results of various subdomains enumeration tools.
- Host: GitHub
- URL: https://github.com/Anon-Exploiter/subdomainsEnumerator
- Owner: Anon-Exploiter
- License: mit
- Created: 2020-05-21T08:11:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T07:08:59.000Z (6 months ago)
- Last Synced: 2024-11-17T10:03:27.551Z (about 2 months ago)
- Topics: amass, assetfinder, docker, docker-image, massdns, oneforall, reconnaissance, subdomain-enumeration, subdomains, subfinder, sublist3r
- Language: Shell
- Homepage:
- Size: 59.6 KB
- Stars: 69
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - Anon-Exploiter/subdomainsEnumerator - A docker image which will enumerate, sort, unique and resolve the results of various subdomains enumeration tools. (Shell)
README
# Subdomains Enumeration (but with docker!)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Anon-Exploiter/subdomainsEnumerator.js/graphs/commit-activity)
![GitHub](https://img.shields.io/github/license/Anon-Exploiter/subdomainsEnumerator)
![GitHub closed issues](https://img.shields.io/github/issues-closed/Anon-Exploiter/subdomainsEnumerator)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/Anon-Exploiter/subdomainsEnumerator)
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=%40syed_umar)](https://twitter.com/syed__umar)A docker image which will enumerate, sort, unique and resolve the results of various subdomains enumeration tools.
[![asciicast](https://asciinema.org/a/360015.svg)](https://asciinema.org/a/360015)
## Building the docker image
You can build the docker image yourself using the following:```bash
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.```bash
docker run -it --rm uexpl0it/subdomains-enumerator:0.4
```Mounting and saving results
```bash
docker run -it --rm -v /home//results/:/root/results/ uexpl0it/subdomains-enumerator:0.4
```## Previous Releases:
https://hub.docker.com/r/uexpl0it/subdomains-enumerator/tags## Tools
Currently integrated tools include:
* [Sublist3r](https://github.com/aboul3la/Sublist3r)
* [Subfinder](https://github.com/projectdiscovery/subfinder)
* [Amass](https://github.com/OWASP/Amass)
* [OneForAll](https://github.com/shmilylty/OneForAll/)
* [Asset Finder](https://github.com/tomnomnom/assetfinder)
* [Findomain](https://github.com/Edu4rdSHL/findomain)
* [MassDNS](https://github.com/blechschmidt/massdns)## 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](https://starchart.cc/Anon-Exploiter/subdomainsEnumerator.svg)](https://starchart.cc/Anon-Exploiter/subdomainsEnumerator)## 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](https://github.com/Anon-Exploiter/subdomainsEnumerator/pull/1) adding [findomain](https://github.com/Edu4rdSHL/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 |