Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
-stdout syntax
04-19-2012, 03:20 PM (This post was last modified: 04-19-2012 03:21 PM by -.-PhanTom-.-.)
Post: #1
-stdout syntax
Hi
I just discovered hashcat today and wanted to use the --stdout function (on windows)

But I am unsure which syntax to use..

I have tried:
>hashcat-cli64.exe --attack-mode 1 --stdout wordlist.txt >> output.txt

But it seems the syntax is not right... please advice.
Besically I just wanted to see the manipulations that are done to words using the attack mode 1 filter


Regards

PS: are absolute file locations neccessary on windows and can you just use simple naming when the file is located in the same folder?
Find all posts by this user
04-19-2012, 03:29 PM
Post: #2
RE: -stdout syntax
I know it does not make much sense, but you have to add two parameter to it (they are not used). This will be fixed with 0.40

hashcat-cli64.exe --attack-mode 1 --stdout wordlist.txt x x >> output.txt
Visit this user's website Find all posts by this user
04-19-2012, 03:57 PM
Post: #3
RE: -stdout syntax
Thanks a lot for the fast reply, much appreciated! Smile

Is it right to assume, that my current gfx card Radoen HD5800 does not support the OCL version?
Find all posts by this user
04-19-2012, 04:03 PM
Post: #4
RE: -stdout syntax
All hd58xx are supported.
Visit this user's website Find all posts by this user
04-19-2012, 04:20 PM (This post was last modified: 04-19-2012 04:27 PM by -.-PhanTom-.-.)
Post: #5
RE: -stdout syntax
Hmm ok.. I tried using the gui for the ocl, but all that happens is that a command prompt windows pops up and that's it

this is the syntax used:
oclHashcat-plus64.exe --cpu-affinity 2 --gpu-devices 1 hashfile wordlist.txt

Just trying "oclHashcat-plus64.exe --help" also gives no result, so u suspect the exe file is not starting somehow.,..
Find all posts by this user
04-19-2012, 04:41 PM
Post: #6
RE: -stdout syntax
maybe invalid driver, check the homepage to see which one you need to install
Visit this user's website Find all posts by this user
04-19-2012, 04:49 PM (This post was last modified: 04-19-2012 04:59 PM by -.-PhanTom-.-.)
Post: #7
RE: -stdout syntax
Was indeed a driver issue, thanks
Running fine now Smile
Find all posts by this user
Thread Closed