Please correct my command regarding on bruteforcing/mask attack
#1
Please help me with this problem ,mates .
im really new in hashcat when it comes to bruteforcing/mask attack .
all i know for now is straight attack method which is using wordlist .

i have so many hashes that i want to bruteforce but i really dont know how so i decided to practice it first .
in my case , i encrypted the word "Shan1" . and i will use it for my practice .
but i cant do it .

here's the hash for Shan1 f8f446852cf6237c8a97b9a13c2f8527

and here's my log :






E:\hashcat>hashcat-cli64.exe -m 0 -a 3 -1 ?l?u?d?s?a --pw-min=5 test.txt passlists
Initializing hashcat v0.47 by atom with 8 threads and 32mb segment-size...

Added hashes from file test.txt: 1 (1 salts)
Activating quick-digest mode for single-hash

NOTE: press enter for status-screen


Input.Mode: Mask (passl) [5]
Index.....: 0/1 (segment), 1 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--


Input.Mode: Mask (passli) [6]
Index.....: 0/1 (segment), 1 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--


Input.Mode: Mask (passlis) [7]
Index.....: 0/1 (segment), 1 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--


Input.Mode: Mask (passlist) [8]
Index.....: 0/1 (segment), 1 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--


Input.Mode: Mask (passlists) [9]
Index.....: 0/1 (segment), 1 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--

Started: Tue Feb 04 18:23:36 2014
Stopped: Tue Feb 04 18:23:36 2014

E:\hashcat>hashcat-cli64.exe -m 0 -a 3 -1 ?l?u?d?s --pw-min=5 test.txt
Usage: hashcat [options] hashfile [mask|wordfiles|directories]

Try --help for more help.

E:\hashcat>
E:\hashcat>hashcat-cli64.exe -m 0 -a 3 -1 ?l?u?d?s ahsn1234567890 --pw-min=5 test.txt
Initializing hashcat v0.47 by atom with 8 threads and 32mb segment-size...

ahsn1234567890: No such file or directory

E:\hashcat>hashcat-cli64.exe -m 0 -a 3 -1 ahsn1234567890 --pw-min=5 test.txt
Usage: hashcat [options] hashfile [mask|wordfiles|directories]

Try --help for more help.

E:\hashcat>hashcat-cli64.exe -m 0 -a 3 -1 --custom-charset1=ahsn1234567890 --pw-min=5 test.txt
Usage: hashcat [options] hashfile [mask|wordfiles|directories]

Try --help for more help.

E:\hashcat>hashcat-cli64.exe -m 0 -a 3 -1 ?a --pw-min=5 test.txt
Usage: hashcat [options] hashfile [mask|wordfiles|directories]

Try --help for more help.

E:\hashcat>
E:\hashcat>hashcat-cli64.exe -m 0 -a 3 --custom-charset1=ahsn1234567890 --pw-min=5 test.txt
Usage: hashcat [options] hashfile [mask|wordfiles|directories]

Try --help for more help.

E:\hashcat>



i hope someone here can help me . Thank u in advance mates ..


Messages In This Thread
Please correct my command regarding on bruteforcing/mask attack - by cyb3rarmy - 02-04-2014, 12:33 PM