oclHashcat - Single worlist attack
#5
For Lemon and Vector. If you absolutely want to do the equivalent of a dictionary attack on OclHashcat, you can do the following:
Code:
oclHashcat.exe -o output.txt -1 ?s?d?u?l example.hash example.dict ?1 --rule-left="]"
The ] rule deletes the last character of the word and then you bruteforce the deleted char with all the possible ones. This works well but is at least 3 times slower than doing the attack with Hashcat.


Messages In This Thread
oclHashcat - Single worlist attack - by lemon - 05-31-2010, 09:28 PM
RE: oclHashcat - Single worlist attack - by atom - 06-01-2010, 09:15 AM
RE: oclHashcat - Single worlist attack - by lemon - 06-01-2010, 01:21 PM
RE: oclHashcat - Single worlist attack - by mastercracker - 06-19-2010, 03:13 AM
RE: oclHashcat - Single worlist attack - by Rolf - 06-19-2010, 11:05 AM
RE: oclHashcat - Single worlist attack - by atom - 01-31-2011, 05:19 PM