Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bharshbarger/Hashfilter
- Owner: bharshbarger
- License: mit
- Created: 2017-04-04T22:34:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T20:22:48.000Z (over 6 years ago)
- Last Synced: 2024-08-02T07:11:47.657Z (4 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-password-cracking - Hashfilter - Read a hashcat potfile and parse different types into a sqlite database. (Hashcat)
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