hashcat Forum
wpa Brute-force (only 8 char number) - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: wpa Brute-force (only 8 char number) (/thread-2747.html)



wpa Brute-force (only 8 char number) - ata - 10-28-2013

hi i want check only 8 char number
?
PHP Code:
cudaHashcat-plus64.exe -a 3 -m 2500 ---increment-min=--increment-max="C:\ss.hccap" -??1?1?1?1?1?1?1?
this code is correct?


RE: wpa Brute-force (only 8 char number) - mastercracker - 10-28-2013

Looks good. You could skip the -1 and put directly the mask ?d?d?d?d?d?d?d?d


RE: wpa Brute-force (only 8 char number) - TrAnn3l - 10-28-2013

if you only want 8 chars, you can also leave the increment
and because your path has no spaces, you can leave the quotes, so yor code should look like:

PHP Code:
cudaHashcat-plus64.exe -a 3 -m 2500 C:\ss.hccap ?d?d?d?d?d?d?d?d?



RE: wpa Brute-force (only 8 char number) - ata - 10-29-2013

very Tanx Worked.