06-02-2014, 12:38 PM
Hi everyone
first of all thanks to:
- whomever developed this tool
- the admin, for solving my registration issue
I am not an expert in command-line usage of programs, so I would like to know if I am using hashcat correctly.
what I know about my hashes:
- md5
- I know the first 2 characters of the original string (e.g.: ab)
- I know the charset of the 3rd (uppercases and 0)
- I know the charset of the following characters (lowercases and 1)
- I don't know the lengths, but I expect them to be at least 4 characters and no more than 10
what I would like as an output:
an ASCII file with the hashes next to the original string
This is the command line I was able to set up, may I ask if you spot any major mistakes, given the information above?
Have I forgot something to improve performance/avoid infinite loops?
Thank you
first of all thanks to:
- whomever developed this tool
- the admin, for solving my registration issue
I am not an expert in command-line usage of programs, so I would like to know if I am using hashcat correctly.
what I know about my hashes:
- md5
- I know the first 2 characters of the original string (e.g.: ab)
- I know the charset of the 3rd (uppercases and 0)
- I know the charset of the following characters (lowercases and 1)
- I don't know the lengths, but I expect them to be at least 4 characters and no more than 10
what I would like as an output:
an ASCII file with the hashes next to the original string
This is the command line I was able to set up, may I ask if you spot any major mistakes, given the information above?
Code:
oclHashcat64.exe --status -i --increment-min=4 --increment-max=10 -o $fullpath$\hashes_found.txt $fullpath$\hashes_tofind.txt -1 $u0 -2 $l1 ab?1?2?2?2?2?2?2?2
pause
Have I forgot something to improve performance/avoid infinite loops?
Thank you