Simple, Faster, & Efficient, Subdomain Discovery Scanner
2.5K
 
Free and opensource subdomain scanner. Discosub is simple and faster subdomain discover.
Discosub test if a list of subdomains exist via fuzzing on root domain.
Discosub use dictionaries for perform an analyze (BruteForce).
You can use discosub directly from a python interpreter, or use it inside docker container.
You can perform an anonymous scanning directly by using a specific docker version (alias tor).
Different type of docker container are available:
For more details visit the official webpage project.
pip install -U discosub
docker pull 4383/discosub:latest
docker pull 4383/discosub:tor
$ git clone https://github.com/4383/discosub
$ cd discosub
$ python setup.py install
discosub run google.com
docker run -e "TARGET=google.com" 4383/discosub:latest
docker run -e "TARGET=google.com" 4383/discosub:tor
discosub run google.com -a
Author: 4383 (Hervé Beraud)
For create this project I've used some tools and packages so I want to thank them !
This project was initialized with the audreyr/cookiecutter-pypackage project template.
Content type
Image
Digest
Size
258 MB
Last updated
about 10 years ago
docker pull 4383/discosub