Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bharshbarger/Hashfilter

Read a hashcat potfile and parse different types into a sqlite database
https://github.com/bharshbarger/Hashfilter

Last synced: about 1 month ago
JSON representation

Read a hashcat potfile and parse different types into a sqlite database

Awesome Lists containing this project

README

        

# Hashfilter
Read a hashcat potfile and parse different types into a sqlite database and hash-specific potfiles based on the mode number hashcat uses, like -m 1000 for ntlm. Takes the original pot file reads the hash and plain, then rehashes the plain to make sure the entry is valid, then logs to a new sorted potfile, or optionally a sqlite database.

usage: FilterPotfile.py [-h] [-m [MODE [MODE ...]]] [-d] [-v]

optional arguments:
-h, --help show this help message and exit

-m [MODE [MODE ...]], --mode [MODE [MODE ...]]
specify a mode

-d, --database log sorted hashes to a database

-v, --verbose Verbose