![]() |
Issue with bruteforce - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: Issue with bruteforce (/thread-2762.html) |
Issue with bruteforce - Net_Spy - 10-31-2013 Greetings, I'm having issue using brute-force featuer along with dictory. Can any one guide me how to use it with dictionary.Looking forward for your kind response. Regards Net_Spy RE: Issue with bruteforce - mastercracker - 10-31-2013 http://hashcat.net/wiki/ You have to be much more specific in what the "issue" is and what you have tried. RE: Issue with bruteforce - Net_Spy - 10-31-2013 For example I want to use ?a = ?l?u?d?s its mean aplha numeric and special char all in one. How do I use to crack pass can any one write me correct sysntax for brute force hash using above syntax. Regards Net_Spy RE: Issue with bruteforce - mastercracker - 11-01-2013 It's all in the wiki link above. Something like: hashcat-cli.exe -a 3 hash.txt ?a?a?a?a?a?a This will bruteforce 6 characters long passwords. There are other settings that are needed like the hash type (MD5, NTLM, SHA1, etc.) but everything is in the wiki. |