All Projects → ins1gn1a → NetNTLM-Hashcat

ins1gn1a / NetNTLM-Hashcat

Licence: MIT license
Converts John The Ripper/Cain format hashes (singular, or in bulk) to HashCat compatible hash format.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to NetNTLM-Hashcat

Kaonashi
Wordlist, rules and masks from Kaonashi project (RootedCON 2019)
Stars: ✭ 353 (+1038.71%)
Mutual labels:  hashcat
Chasm
A CHaracter Aware Splitting Method for producing password candidates.
Stars: ✭ 37 (+19.35%)
Mutual labels:  hashcat
Cloudtopolis
Zero Infrastructure Password Cracking
Stars: ✭ 137 (+341.94%)
Mutual labels:  hashcat
Search That Hash
🔎Searches Hash APIs to crack your hash quickly🔎 If hash is not found, automatically pipes into HashCat⚡
Stars: ✭ 466 (+1403.23%)
Mutual labels:  hashcat
Hashtopolis
A Hashcat wrapper for distributed hashcracking
Stars: ✭ 835 (+2593.55%)
Mutual labels:  hashcat
Ttpassgen
密码生成 flexible and scriptable password dictionary generator which can support brute-force、combination、complex rule mode etc...
Stars: ✭ 68 (+119.35%)
Mutual labels:  hashcat
tt7zcrack
7z辅助破解工具 Fast 7zip crack assistant tool which support GPU/CPU, written in Python.
Stars: ✭ 12 (-61.29%)
Mutual labels:  hashcat
Dwpa
Distributed WPA PSK auditor
Stars: ✭ 163 (+425.81%)
Mutual labels:  hashcat
Hcxdumptool
Small tool to capture packets from wlan devices.
Stars: ✭ 945 (+2948.39%)
Mutual labels:  hashcat
Hashcat
World's fastest and most advanced password recovery utility
Stars: ✭ 11,014 (+35429.03%)
Mutual labels:  hashcat
Wifibroot
A Wireless (WPA/WPA2) Pentest/Cracking tool. Captures & Crack 4-way handshake and PMKID key. Also, supports a deauthentication/jammer mode for stress testing
Stars: ✭ 567 (+1729.03%)
Mutual labels:  hashcat
Naive Hashcat
Crack password hashes without the fuss 🐈
Stars: ✭ 726 (+2241.94%)
Mutual labels:  hashcat
Wifi Cracking
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat
Stars: ✭ 9,546 (+30693.55%)
Mutual labels:  hashcat
Colabcat
😺 Running Hashcat on Google Colab with session backup and restore.
Stars: ✭ 407 (+1212.9%)
Mutual labels:  hashcat
Pantagrule
large hashcat rulesets generated from real-world compromised passwords
Stars: ✭ 146 (+370.97%)
Mutual labels:  hashcat
Duplicut
Remove duplicates from MASSIVE wordlist, without sorting it (for dictionary-based password cracking)
Stars: ✭ 352 (+1035.48%)
Mutual labels:  hashcat
Hcxtools
Portable (that doesn't include proprietary/commercial operating systems) solution for conversion of cap/pcap/pcapng (gz compressed) WiFi dump files to hashcat formats (recommended by hashcat) and to John the Ripper formats. hcx: h = hash, c = convert and calculate candidates, x = different hashtypes
Stars: ✭ 1,121 (+3516.13%)
Mutual labels:  hashcat
Quebec Wordlist
A useful wordlist made from French Canadian leaked passwords!
Stars: ✭ 50 (+61.29%)
Mutual labels:  hashcat
Webhashcat
Hashcat web interface
Stars: ✭ 151 (+387.1%)
Mutual labels:  hashcat
Bruteshark
Network Analysis Tool
Stars: ✭ 1,335 (+4206.45%)
Mutual labels:  hashcat

NTLM v1 & v2 > Hashcat

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].