use battlefield hashes

This commit is contained in:
kolaente 2022-12-12 19:12:17 +01:00
parent badfab6104
commit 25a9447ef7
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
5 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
#/usr/bin/env sh
hashcat -a 3 -m 0 example0.hash '?l?l?l?l?l?l?l' -o cracked-7-lowercase.txt
hashcat -a 3 -m 0 bfield.hash '?l?l?l?l?l?l?l' -o cracked-7-lowercase.txt

View File

@ -1,2 +1,2 @@
#/usr/bin/env sh
hashcat -a 3 -m 0 example0.hash '?l?l?l?l?l?l?l?l' -o cracked-8-lowecase.txt
hashcat -a 3 -m 0 bfield.hash '?l?l?l?l?l?l?l?l' -o cracked-8-lowecase.txt

View File

@ -1,4 +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'
hashcat -a 3 -m 0 bfield.hash '?u?l?l?l?l?l?d?d'

View File

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

View File

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