Metadata-Version: 1.1
Name: discosub
Version: 0.1.16
Summary: Simple, Faster, & Efficient, Subdomain Discovery Scanner
Home-page: https://4383.github.io/discosub/
Author: Hervé Beraud
Author-email: herveberaud.pro@gmail.com
License: GNU General Public License v3
Description: ===============
        discosub 0.1.16
        ===============
        
        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).
        
        For more details visit the `official webpage project`_.
        
        install
        -------
        from pypi
        ~~~~~~~~~
        
        .. code:: shell
        
            pip install discosub
        
        as a docker container
        ~~~~~~~~~~~~~~~~~~~~~
        
        .. code:: shell
        
            docker pull 4383/discosub:latest
        
        from sources
        ~~~~~~~~~~~~
        
        .. code:: shell
        
            $ git clone https://github.com/4383/discosub
            $ cd discosub
            $ python setup.py install
        
        Usages
        ------
        with a system install (from pypi or from sources)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        .. code:: shell
        
            discosub run google.com
        
        inside a docker container
        ~~~~~~~~~~~~~~~~~~~~~~~~~
        
        .. code:: shell
        
            docker run -e "TARGET=google.com" 4383/discosub:latest
        
        Prerequistes
        ------------
        
        -  python >= 2.6 (but prefer python3.x)
        
        Features
        --------
        
        -  Analyze a root domain and discover its subdomains
        
        Guidelines
        ----------
        
        -  Perform whois request on discovered subdomains
        
        License
        -------
        
        -  Free software: GNU General Public License v3
        
        Credits
        -------
        
        Author: 4383 (Hervé Beraud)
        
        This package was created with `Cookiecutter`_ and the
        `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _official webpage project: https://4383.github.io/discosub/
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2016-08-29)
        ------------------
        
        * First release on Github.
        
        0.1.6 (2016-08-31)
        ------------------
        
        * First release on Pypi.
        * Using click instead of argparse
        
        0.1.10 (2016-08-31)
        -------------------
        
        * Dockerize app
        * Stable pypi deployment via travis-ci
        
        0.1.11 (2016-08-31)
        -------------------
        
        * Fix somes documentation mistakes and syntax error
        
        0.1.12 (2016-08-31)
        -------------------
        
        * Fix somes documentation mistakes and syntax error
        * Update pypi project classifiers
        
        0.1.13 (2016-09-01)
        -------------------
        
        * Link official webpage with repo (pypi, github, docker)
        
        0.1.14 (2016-09-01)
        -------------------
        
        * Fixing bad packaging. Error when loading dictionaries files.
        
        0.1.15 (2016-09-01)
        -------------------
        
        * Fixing mistake on Dockerfile (docker run command)
        
        0.1.16 (2016-09-02)
        -------------------
        
        * Apply Alpha development status for pypi classifiers
        * Adding badges on README
        
Keywords: discosub
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Environment :: Console
Classifier: Topic :: Security
Classifier: Topic :: Utilities
