How do I crack substr hash?
#20
I am attempting to crack a substr(md5($pass),12,20) and came across this thread after a google search as Hashcat does not support it.
I have ran the script by atom with the windows command
oclHashcat-1.37\maskprocessor-0.73>mp64.exe ?d?d?d?d?d?d?d?d?d?d | subhash.c substring.txt deadbeef and although it found nothing it appeared to work (run without errors) my questions as I am unfamiliar with this hash is
1. Do I have to change anything in the script as this was originally written for the original post of
substr(md5(password), 0, 8)`
2. What exactly is the mask ?d?d etc. doing - is it passing digits to the hash text file or is it apply places/lengths to the possible pass.
3. What is the purpose of the aaaaaaaa and deadbeef at the end of the command line
4. Tried to run Undeaths script but got the error stdin = sys.stdin.detach() ttributeError: 'file' object has no attribute 'detach'
5. The link to epixoip's script is dead so was unable to try that - if someone could upload it again I will be grateful.


Messages In This Thread
How do I crack substr hash? - by randomperson - 01-22-2013, 11:43 AM
RE: How do I crack substr hash? - by epixoip - 01-22-2013, 12:19 PM
RE: How do I crack substr hash? - by randomperson - 01-22-2013, 12:46 PM
RE: How do I crack substr hash? - by atom - 01-22-2013, 12:46 PM
RE: How do I crack substr hash? - by sprot - 01-25-2013, 03:18 PM
RE: How do I crack substr hash? - by epixoip - 01-25-2013, 05:57 PM
RE: How do I crack substr hash? - by sprot - 01-25-2013, 08:20 PM
RE: How do I crack substr hash? - by atom - 01-26-2013, 12:43 AM
RE: How do I crack substr hash? - by undeath - 01-26-2013, 12:59 AM
RE: How do I crack substr hash? - by sprot - 01-27-2013, 12:36 AM
RE: How do I crack substr hash? - by M@LIK - 01-27-2013, 03:26 AM
RE: How do I crack substr hash? - by epixoip - 01-29-2013, 11:00 PM
RE: How do I crack substr hash? - by M@LIK - 01-30-2013, 01:42 AM
RE: How do I crack substr hash? - by epixoip - 01-30-2013, 02:38 AM
RE: How do I crack substr hash? - by atom - 01-30-2013, 11:55 AM
RE: How do I crack substr hash? - by epixoip - 02-04-2013, 09:50 AM
RE: How do I crack substr hash? - by epixoip - 02-15-2013, 04:03 PM
RE: How do I crack substr hash? - by M@LIK - 02-15-2013, 04:20 PM
RE: How do I crack substr hash? - by epixoip - 02-16-2013, 02:47 AM
RE: How do I crack substr hash? - by Flyinghaggis - 12-06-2015, 02:59 PM
RE: How do I crack substr hash? - by epixoip - 12-06-2015, 10:42 PM
RE: How do I crack substr hash? - by Flyinghaggis - 12-07-2015, 07:16 PM
RE: How do I crack substr hash? - by epixoip - 12-08-2015, 03:11 AM