Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Single hash use on command line
10-10-2010, 07:54 PM
Post: #1
Single hash use on command line
I wanted to see who else might find this useful. Rather then creating a file then adding a single hash, instead just allow it on the command line.

Instead of:
Code:
echo -n "00c6ee2e21a7548de6260cf72c4f4b5b" > hash.file
./hashcat-cli.bin -m0 hash.file dictionary.dic
./oclHashcat64.bin -m0 hash.file ?l?l??l ?l?d

Have this:
Code:
./hashcat-cli.bin -m0 -h 00c6ee2e21a7548de6260cf72c4f4b5b dictionary.dic
./oclHashcat64.bin -m0 -h 00c6ee2e21a7548de6260cf72c4f4b5b ?l?l??l ?l?d
Find all posts by this user
10-11-2010, 08:54 PM
Post: #2
RE: Single hash use on command line
I see it useful. Have to test and see if that also improves (a lot) or not the speed.
Thanks for the suggestion !
Find all posts by this user
10-13-2010, 10:15 AM
Post: #3
RE: Single hash use on command line
its not so hard to add this. but -h is already in use. i'll add it if i have some spare time.
Visit this user's website Find all posts by this user
10-18-2010, 11:28 PM
Post: #4
RE: Single hash use on command line
Only now I realised that -h option isn't working (availbale) in olchashcat ! Blush
Or am I wrong ? I suppose that working a single hash may give an extra
speed, or not ?
Find all posts by this user
10-19-2010, 04:28 AM
Post: #5
RE: Single hash use on command line
Boris, this is the feature request section. The -h switch is a request. It isn't currently implemented.
Find all posts by this user
11-28-2010, 10:36 PM
Post: #6
RE: Single hash use on command line
heh -h is not working coze if it used popup help man ))
May be -hash will work if u need for single hash?
Find all posts by this user
01-31-2011, 05:25 PM
Post: #7
RE: Single hash use on command line
comes in oclHashcat v0.26
Visit this user's website Find all posts by this user