Info

Untitled

hashcat - advanced password recovery

Commands


hashcat -w 3 -m 1000 secretsdump_uniq.txt ~/SecLists/Passwords/*.txt -r /opt/homebrew/Cellar/hashcat/6.2.6_1/share/doc/hashcat/rules/*.rule

#Grep only passwords & copy it
hashcat -w 3 -m 1000 secretsdump_uniq.txt ~/SecLists/Passwords/*.txt -r /opt/homebrew/Cellar/hashcat/6.2.6_1/share/doc/hashcat/rules/*.rule --show | awk -F':' '{print $2}' | sort | uniq | sort -nr | pbcopy

Rules

https://docs.google.com/spreadsheets/d/1qQNwggWIWtL-m0EYrRg_vdwHOrZCY-SnWcYTwQN0fMk/edit?pli=1#gid=1952927995

buka_400k.rule

wget <https://raw.githubusercontent.com/Unic0rn28/hashcat-rules/main/unicorn%20rules/SuperUnicorn.rule> -O /opt/homebrew/Cellar/hashcat/6.2.6_1/share/doc/hashcat/rules/SuperUnicorn.rule

wget <https://raw.githubusercontent.com/caeksec/rules/main/fordy/Fordyv3-2Mil.rule> -O /opt/homebrew/Cellar/hashcat/6.2.6_1/share/doc/hashcat/rules/Fordyv3-2Mil.rule

https://github.com/caeksec/rules

https://github.com/n0kovo/hashcat-rules-collection


Speed compare (hashcat -b)