Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ins1gn1a/NetNTLM-Hashcat
Converts John The Ripper/Cain format hashes (singular, or in bulk) to HashCat compatible hash format.
https://github.com/ins1gn1a/NetNTLM-Hashcat
hash-formats hashcat ntlmv1 ntlmv1-hashcat ntlmv2
Last synced: 3 months ago
JSON representation
Converts John The Ripper/Cain format hashes (singular, or in bulk) to HashCat compatible hash format.
- Host: GitHub
- URL: https://github.com/ins1gn1a/NetNTLM-Hashcat
- Owner: ins1gn1a
- License: mit
- Created: 2015-08-28T15:37:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T22:23:52.000Z (about 5 years ago)
- Last Synced: 2024-04-15T09:25:49.202Z (9 months ago)
- Topics: hash-formats, hashcat, ntlmv1, ntlmv1-hashcat, ntlmv2
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 34
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-password-cracking - NetNTLM-Hashcat - Converts John The Ripper/Cain format hashes (singular, or in bulk) to HashCat compatible hash format. (Conversion)
README
# NTLM v1 & v2 > Hashcat
![](https://img.shields.io/maintenance/yes/2017.svg)Converts Cain or John NTLMv1 and NTLMv2 hashes (singular, or in bulk) to HashCat compatible format.
## NTLMv1-Hashcat Arguments
* -i / --hash : Singular hash input. You will get a prompt after running the script.
* -f / --file [/file/path] : Import and process hashes using a list of hashes stored in a file.
* -o / --output [/file/path.txt] : Output hashes to a file. If this option is not used then hashes will be sent to stdout.### Example Usage
* ./ntlmv1-hashcat.py -i
* ./ntlmv1-hashcat.py --hash
* ./ntlmv1-hashcat.py -f hash_list.txt -o converted_hashes.txt
* ./ntlmv1-hashcat.py -f hash_list.txt### Hash Formats
* John The Ripper: ins1gn1a:$NETNTLM$b6230fa64e2f98a8$47ddd5e7d46114b6d65029d02ac1dd41e4ebd15121c4b772
* Hashcat: ins1gn1a::::47ddd5e7d46114b6d65029d02ac1dd41e4ebd15121c4b772:b6230fa64e2f98a8## NTLMv2-Hashcat Arguments
* Only one argument is taken, which is the input file of hashes.### Example Usage
* ./ntlmv2-hashcat.sh input-file.txt