hashcat Forum
Single hash use on command line - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Feature Requests (https://hashcat.net/forum/forum-7.html)
+--- Thread: Single hash use on command line (/thread-157.html)



Single hash use on command line - D3ad0ne - 10-10-2010

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



RE: Single hash use on command line - proinside - 10-11-2010

I see it useful. Have to test and see if that also improves (a lot) or not the speed.
Thanks for the suggestion !


RE: Single hash use on command line - atom - 10-13-2010

its not so hard to add this. but -h is already in use. i'll add it if i have some spare time.


RE: Single hash use on command line - proinside - 10-18-2010

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 ?


RE: Single hash use on command line - D3ad0ne - 10-19-2010

Boris, this is the feature request section. The -h switch is a request. It isn't currently implemented.


RE: Single hash use on command line - germes - 11-28-2010

heh -h is not working coze if it used popup help man ))
May be -hash will work if u need for single hash?


RE: Single hash use on command line - atom - 01-31-2011

comes in oclHashcat v0.26