Skip to content

Instantly share code, notes, and snippets.

@PwnPeter
Created December 2, 2021 10:00
Show Gist options
  • Save PwnPeter/ef4b3aebe3ffc9c5a1302db5ca2e8d60 to your computer and use it in GitHub Desktop.
Save PwnPeter/ef4b3aebe3ffc9c5a1302db5ca2e8d60 to your computer and use it in GitHub Desktop.
for wordlist in $(\ls -1 /opt/tools/wordlists/); do hashcat ntds_clean.ntds -m 1000 -r /opt/tools/password_cracking_rules/OneRuleToRuleThemAll.rule /opt/tools/wordlists/$wordlist -O --potfile-path $wordlist.potfile -o cracked/$wordlist.out --loopback; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment