Skip to content
Davide Tampellini edited this page Mar 15, 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
  1. Organize them using a machine learning algorithm
  2. Extract hashes and plain passwords
  3. Merge all plain passwords into a single file, ordered by occurrences (optional)

However, before continuing, Dump Scraper needs some setup.

Clone this wiki locally