Metadata-Version: 1.1
Name: leaked
Version: 0.0.3
Summary: Find leaked information in different kind of services
Home-page: https://github.com/timofurrer/leaked
Author: Timo Furrer
Author-email: tuxtimo@gmail.com
License: MIT
Description: leaked
        ======
        |pypi| |license|
        
        *Stay tuned for updates - under heavy development*
        
        **leaked** is a toolkit to find sensitive and security relevant information in different kind of sources.
        
        These *sources* are implemented as extensible *providers*. In order to find sensitive information in these *providers*
        there are a bunch of *modules*. Each *module* contains information to the according service the information belongs to
        and one or more search terms.
        
        **Examples for providers are**:
        
        - GitHub
        - Local Repository
        
        **Examples for Modules are**:
        
        - FTP
        - WordPress
        - RSA private keys
        - System Credentials
        
        Features
        --------
        
        - A beautiful command-line interface thanks to click.
        - Implemented to be easily extensible.
        - ...
        
        Documentation
        -------------
        
        **Gather information:**
        
        .. code::
        
            $ leaked gather -p github -m wordpress
        
        **Show providers:**
        
        .. code::
        
            $ leaked providers
        
        **Show modules:**
        
        .. code::
        
            $ leaked modules
        
        Known Issues
        ------------
        
        Due to some asynchronous requests to GitHub it triggers a *abuse detection mechanism* and no further requests are possible for a specific amount of time.
        
        License
        -------
        
        **leaked** is released under the MIT License. See the bundled LICENSE file for details.
        
        
        .. |pypi| image:: https://img.shields.io/pypi/v/leaked.svg?style=flat&label=version
            :target: https://pypi.python.org/pypi/leaked
            :alt: Latest version released on PyPi
        
        .. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
            :target: https://raw.githubusercontent.com/timofurrer/leaked/master/LICENSE
            :alt: Package license
        
Keywords: leaked,credentials,passwords,security,git,github,source,code,sensitive,information
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
