Skip to content

leakScraper

Virgile Jarry edited this page May 7, 2018 · 7 revisions

What is leakScraper

LeakScraper is the main interface you can use to search into your database full of credentials. It's only work is to retrieve credentials efficiently from database.

Starting leakScraper

python3 leakScraper.py

Then, navigate to localhost:8080 with your favorite web browser.

Using leakScraper

To get results, just enter the domain corresponding to the organization you are interested in.

Exporting credentials

At any time in your research you can export credentials. You can export cracked only credentials, left to crack hashes or everything. Just keep in mind that the export function will get you every credential that matches your research, and not only the page you are currently viewing. This induce that if your query matches 1 billion credentials, 1 billion credentials will be mapped in memory for you to be downloaded...

Deleting leaks

Under the leaks tab, you can display the different leaks you have indexed inside your database. You can even delete them from leakScraper. The deletion function actually works but is very slow due to index reconstructions. Use it at your own risk !

Clone this wiki locally