Skip to content
Davide Tampellini edited this page Mar 2, 2015 · 9 revisions

Dump Scraper is not very hard to use, the whole workflow is made by 5 steps:

  1. Grabbing the latest dumps tweeted by Dumpmon bot
  2. Calculate the score for each dump
  3. Organize them using a machine learning algorithm
  4. Extract hashes and plain passwords
  5. Merge all plain passwords into a single file, ordered by occurrences (optional)

However, before continuing, Dump Scraper needs some setup.

Clone this wiki locally