![]() |
My first bruteforce attack - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: My first bruteforce attack (/thread-2327.html) |
My first bruteforce attack - unknow - 05-31-2013 Hello, I can't use the GUI-version because it's outdated so I tried with last Hashcat-lite version. I have read many topics about what I need but even so I can't make an brute-force attack. I typed this in the command line: cudahashcat-lite32.exe -a 3 -m 0 --force -1 ?l?u?d "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ?1?1?1?1?1?1?1?1?1?1?1?1?1 -o unknow.txt .. but there is an error. What's wrong? Could you give me an help? (excuse me for poor english!) RE: My first bruteforce attack - Mem5 - 05-31-2013 (05-31-2013, 04:42 PM)unknow Wrote: .. but there is an error. What's wrong?Paste the error ! We can't guess it. RE: My first bruteforce attack - unknow - 05-31-2013 (05-31-2013, 04:53 PM)Mem5 Wrote:Sorry! That's it!(05-31-2013, 04:42 PM)unknow Wrote: .. but there is an error. What's wrong?Paste the error ! We can't guess it. cudahashcat-lite32.exe: unknow option -- a ERROR: invalid argument RE: My first bruteforce attack - philsmd - 05-31-2013 I think you want to use oclHashcat-plus instead: http://hashcat.net/oclhashcat-plus/ Either download it from link above ^ , or if already done, move to the correct directory. RE: My first bruteforce attack - unknow - 05-31-2013 (05-31-2013, 05:18 PM)philsmd Wrote: I think you want to use oclHashcat-plus instead: http://hashcat.net/oclhashcat-plus/ download hashcat-plus\ shift + right click anywhere\ open command windows here and.. cudahashcat-plus32.exe -a 3 -m 0 --force -1 ?l?u?d "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ?1?1?1?1?1?1?1?1?1?1?1?1?1 -o unknow.txt Hashes: 1 total, 1 unique salts, 1 unique digests Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes Workload: 256 loops, 80 accel Watchdog: Temperature abort trigger set to 90c Watchdog #1: GeForce 9500 GS, 512MB, 1375 Mhz, 4MCU ERROR: cuModuleLoad <> 209 RE: My first bruteforce attack - philsmd - 06-01-2013 So first thing to do is to *extract* the *whole* content of the archive with 7zip into a directory, you should not try to just open the files inside the archive w/o extracting them. I assume that you didn't extract the *.7z content correctly. Please also see this thread about 209 error (and use forum search please, to find many similar problems): http://hashcat.net/forum/thread-1546-post-9492.html#pid9492 You need to be able to manage the windows command line interpreter: cmd. Otherwise try the gui version (https://hashcat.net/hashcat-gui/ , btw: hashcat.net cannot give support for that, but the GUI authors may be able to help you) ... but learning to use cmd isn't hard at all... PS: it would be great if you would give your forum threads a meaningful name (w/ main problem right in the thread's topic, s.t. one can find it easier) and if one problem was solved (the -a 3 not available problem) that you accept this as solved and find solution for other problems in forum search.... if you really find *no* thread that matches, you should create a new thread for the 2nd problem. |