Single hash use on command line
#1
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


Messages In This Thread
Single hash use on command line - by D3ad0ne - 10-10-2010, 07:54 PM
RE: Single hash use on command line - by atom - 10-13-2010, 10:15 AM
RE: Single hash use on command line - by D3ad0ne - 10-19-2010, 04:28 AM
RE: Single hash use on command line - by germes - 11-28-2010, 10:36 PM
RE: Single hash use on command line - by atom - 01-31-2011, 05:25 PM