├── .github └── FUNDING.yml ├── CrackHashes.ps1 ├── GetRandomWords.ps1 ├── LICENSE ├── README.md ├── Rules └── RuleList.rule └── masks ├── 9_plus_microsoft_complexity_top_5000_masks.txt └── 9_plus_top_5000_masks.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | patreon: forrestsux 2 | -------------------------------------------------------------------------------- /CrackHashes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xfox64x/Hashcat-Stuffs/HEAD/CrackHashes.ps1 -------------------------------------------------------------------------------- /GetRandomWords.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xfox64x/Hashcat-Stuffs/HEAD/GetRandomWords.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xfox64x/Hashcat-Stuffs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xfox64x/Hashcat-Stuffs/HEAD/README.md -------------------------------------------------------------------------------- /Rules/RuleList.rule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xfox64x/Hashcat-Stuffs/HEAD/Rules/RuleList.rule -------------------------------------------------------------------------------- /masks/9_plus_microsoft_complexity_top_5000_masks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xfox64x/Hashcat-Stuffs/HEAD/masks/9_plus_microsoft_complexity_top_5000_masks.txt -------------------------------------------------------------------------------- /masks/9_plus_top_5000_masks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xfox64x/Hashcat-Stuffs/HEAD/masks/9_plus_top_5000_masks.txt --------------------------------------------------------------------------------