https://github.com/sp00ks-git/hat
HAT (Hashcat Automation Tool) - An Automated Hashcat Tool for common wordlists and rules to speed up the process of cracking hashes during engagements. Created for Linux based systems
https://github.com/sp00ks-git/hat
Last synced: 3 months ago
JSON representation
HAT (Hashcat Automation Tool) - An Automated Hashcat Tool for common wordlists and rules to speed up the process of cracking hashes during engagements. Created for Linux based systems
- Host: GitHub
- URL: https://github.com/sp00ks-git/hat
- Owner: sp00ks-git
- License: gpl-3.0
- Created: 2019-10-14T13:14:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T15:33:22.000Z (about 1 year ago)
- Last Synced: 2024-11-02T17:36:28.569Z (8 months ago)
- Language: Python
- Homepage:
- Size: 3.1 MB
- Stars: 298
- Watchers: 12
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-password-cracking - hat - An Automated Hashcat Tool for common wordlists and rules to speed up the process of cracking hashes during engagements. (Hashcat / Automation)
- awesome-hacking-lists - sp00ks-git/hat - HAT (Hashcat Automation Tool) - An Automated Hashcat Tool for common wordlists and rules to speed up the process of cracking hashes during engagements. Created for Linux based systems (Python)
README
# HAT - Hashcat Automation Tool
An automated Hashcat tool for common wordlists and rules to speed up the process of cracking hashes during engagements.
HAT is simply a wrapper for Hashcat (with a few extra features) - https://hashcat.net, however I take no credit for that superb tool.Walkthrough of features - https://sp00ks-git.github.io/posts/HAT-Features/
***This version is for Linux only - see the Windows Repo***
Supported Hashes:
NTLMv2 (NTHASH) -> NetNTLMv1 -> NetNTLMv2 -> MD5 -> SHA-512 -> RC4-HMAC-MD5 (Kerberoasting)
Features:
* Straight Wordlist testing from publicy known breaches (dependant on your wordlists)
* Straight Wordlists using the Oxford Dictionary incrmementing through various combinations
* Common Rule sets used in corporate environments
* Smart ordering of compromised hashes alphabetically in (Username::Domain:Hash:Password) format.
* Visual hash cracking status showing you how many hashes you have left to crack
* Cewl Integration for finding specific words common to the business not found in dictionaries or breached lists
* Rsmangler Integration for finding permutations of a specific word that the firm might be using. (includes incrementing various combinations on either side)The directory structure that HAT expects is.. (of course you can just ammend the code to your own needs)
-> /opt/worliststs/rockyou.txt
-> /opt/wordlists/1GB-4GB/
-> /opt/wordlists/4GB+/
-> /opt/wordlists/english-words/
-> /opt/wordlists/merged_list/Suggested Wordlists download links (HTTP) - working as of 14/10/2019
* https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt (~14,300,000 words)
* http://www.mediafire.com/file/9tf3n2d45tgktq1/Rocktastic12a.7z/file (1.37GB - Compressed)
* https://github.com/dwyl/english-words/blob/master/words.txt (~466,000 words)
* http://storage.aircrack-ng.org/users/PsycO/PsycOPacKv2.rar (1.4GB)
* https://download.g0tmi1k.com/wordlists/large/sp00ks_merged_file_uniq.7z (2.7 GB - Compressed)
* https://crackstation.net/files/crackstation-human-only.txt.gz (4.2 GB)
* https://download.g0tmi1k.com/wordlists/large/crackstation.txt.gz (4.5 GB)
* https://download.g0tmi1k.com/wordlists/large/10-million-combos.zip (8.8 GB)
* https://download.g0tmi1k.com/wordlists/large/36.4GB-18_in_1.lst.7z (48.4 GB)
* https://download.g0tmi1k.com/wordlists/large/b0n3z-wordlist-sorted-something.tar.gz (165 GB)
* http://download1568.mediafire.com/yuh4jmehecwg/8oazhwqzexid771/WordlistBySheez_v8.7z (166.17 GB)
* https://hashkiller.io/downloads/hashkiller-dict-2020-01-26.7zThanks to:
Cewl - @digininja - https://github.com/digininja/CeWL
Passphrases - @initstring - https://github.com/initstring/passphrase-wordlist
Rsmangler - @digininja - https://github.com/digininja/RSMangler