add examples

This commit is contained in:
kolaente 2022-12-12 18:10:51 +01:00
parent 79367a6deb
commit 27932fb091
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
6 changed files with 14 additions and 0 deletions

2
7-lowercase.sh Normal file
View File

@ -0,0 +1,2 @@
#/usr/bin/env sh
hashcat -a 3 -m 0 example0.hash '?l?l?l?l?l?l?l'

2
8-lowercase.sh Normal file
View File

@ -0,0 +1,2 @@
#/usr/bin/env sh
hashcat -a 3 -m 0 example0.hash '?l?l?l?l?l?l?l?l'

View File

@ -0,0 +1,2 @@
#/usr/bin/env sh
hashcat m 0 a 1 bfield.hash 1-1000.txt

4
common-password-rule.sh Normal file
View File

@ -0,0 +1,4 @@
#/usr/bin/env sh
# One lowercase at the beginning, two numbers at the end
hashcat -a 3 -m 0 example0.hash '?u?l?l?l?l?l?d?d'

2
dive-rule.sh Normal file
View File

@ -0,0 +1,2 @@
#/usr/bin/env sh
hashcat -m 0 -r dive.rule example0.hash rockyou.txt

2
rockyou.sh Normal file
View File

@ -0,0 +1,2 @@
#/usr/bin/env sh
hashcat -a 0 -m 0 example0.hash rockyou.txt