Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ins1gn1a committed Mar 20, 2017
1 parent 59011cd commit 4d9bc4f
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
# NetNTLM2HashCat
Converts John The Ripper format hashes (singular, or in bulk) to HashCat compatible hash format.
# NTLM v1 & v2 > Hashcat
Converts Cain or John NTLMv1 and NTLMv2 hashes (singular, or in bulk) to HashCat compatible format.

### Flags
## 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
* ./netntlm2hashcat.py -i
* ./netntlm2hashcat.py --hash
* ./netntlm2hashcat.py -f hash_list.txt -o converted_hashes.txt
* ./netntlm2hashcat.py -f hash_list.txt
* ./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

0 comments on commit 4d9bc4f

Please sign in to comment.