Invalid argument - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Invalid argument (/thread-6433.html) |
Invalid argument - itanon - 03-27-2017 I'm on Linux Deb distro....I've downloaded the latest hashcat version binary file, but once I try to run it issuing: ./hascat64.bin -a 3 -m 2500 handshake.hccapx ?d?d?d?d?d?d?d?d?d?d?d I get:" invalid argumet" What should be the possible problem? RE: Invalid argument - royce - 03-27-2017 Works for me, using 3.40 release on Ubuntu: Code: $ wget 'https://hashcat.net/misc/example_hashes/hashcat.hccapx' RE: Invalid argument - itanon - 03-27-2017 (03-27-2017, 02:08 AM)royce Wrote: Works for me, using 3.40 release on Ubuntu:I don't have proprietary gpu driver installed....Maybe this is the problem? It's strange because on a previous installation, missing driver problems generated different error statement... RE: Invalid argument - royce - 03-27-2017 Hmm - interesting. Can you post the full command line (but hiding any sensitive or non-public hashes?) RE: Invalid argument - itanon - 03-28-2017 (03-27-2017, 04:24 PM)royce Wrote: Hmm - interesting. Can you post the full command line (but hiding any sensitive or non-public hashes?)so this is the entire output: Code: ./hashcat64.bin -a 3 -m 2500 -01.hccapx ?d?d?d?d?d?d?d?d?d?d plus I tried to test hashcat's benchmark right now, but all I get is: Code: ./hashcat64.bin -b I repeat no proprietary gpu driver installed yet Edit: I'm on K a l i 4.6 kernel and it seems that hashcat works properly only with 4.9 kernel and OpenCL-icd nvidia driver(I got nvidia gpu) do you confirm this? RE: Invalid argument - rico - 03-29-2017 ./hashcat64.bin -a 3 -m 2500 -01.hccapx ?d?d?d?d?d?d?d?d?d?d ./hashcat64.bin: invalid option -- '0' Invalid argument specified Remove the - before 01.hccapx RE: Invalid argument - itanon - 03-29-2017 On the hashcat wiki I've red that fur running hashcat is necessary to have nvidia driver (version 367) and Intel open cl runtime installed.....Since my GPU only supports old 340 driver, it means that I'll not be able to run hashcat on my machine? RE: Invalid argument - royce - 03-29-2017 @rico is right - you've got a stray hyphen (or if your filename actually begins with a dash, you'll need to rename it) And I'm sorry to be the bearer of sad news, but your other question is right - only cards supported by the vendor are supported by hashcat. But hey, that means it's upgrade time! You can get a used GTX 970 on eBay for US$150 (or less) right now. RE: Invalid argument - itanon - 03-29-2017 (03-29-2017, 02:33 PM)royce Wrote: @rico is right - you've got a stray hyphen (or if your filename actually begins with a dash, you'll need to rename it)Thanks Royce you've been helpful and very kind, hope to see you again in some other thread.....So my hashcat experience ends here for the moment. Thanks again! |