hashcat - advanced password recovery
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
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