An open API service indexing awesome lists of open source software.

https://github.com/timofurrer/leaked

Find leaked information in different kind of services
https://github.com/timofurrer/leaked

Last synced: 3 months ago
JSON representation

Find leaked information in different kind of services

Awesome Lists containing this project

README

          

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.

|demo|

**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

.. |demo| image:: https://asciinema.org/a/cnwo3079v81q2uxbs10i965fh.png
:target: https://asciinema.org/a/cnwo3079v81q2uxbs10i965fh
:alt: Demo