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
- Host: GitHub
- URL: https://github.com/timofurrer/leaked
- Owner: timofurrer
- License: mit
- Created: 2016-03-03T17:42:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-05T22:53:46.000Z (over 10 years ago)
- Last Synced: 2026-02-06T04:46:38.889Z (4 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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