Discosub

Simple, Faster, & Efficient, Subdomain Discovery Scanner

Download as .zip Download as .tar.gz View on GitHub

Welcome to Discosub official website.

Discosub is a fingerprint tools that provide subdomain discover scanning on a root domain.

Discosub is an Free and opensource software.

Discosub test if a list of subdomains exist via fuzzing on root domain.

Discosub use dictionaries for perform an analyze (BruteForce).

Install

From pypi:

$ pip install discosub

From Docker hub:

$ docker pull 4383/discosub:latest

From sources:

$ git clone https://github.com/4383/discosub
$ cd discosub
$ python setup.py install

Usages

From Python:

$ discosub run <specified root domain> # like google.com

From Docker:

$ docker run -e "TARGET=google.com" 4383/discosub:latest

Features

Contribute

  1. fork discosub repository
  2. add your functionalities
  3. send a pull request
  4. that's all folks ! Cheers !

Authors and Contributors

Discosub was created by Hervé Beraud (@4383).

Licence

Free software: GNU General Public License v3

Support or Contact

Having trouble with Discosub ? Report an issue or contact the author and we’ll help you sort it out.