04-18-2015, 01:04 PM
Okay, I swear I'm trying but I can't get it. I didn't understand your method so I didn't try it, but I tried this: and it is taking 'ex.hcmask' as a mask of static letters. BTW, ex.hcmask contains this: (the url is similar to the url that I'm trying to crack).
Then I tried to be direct: but that returns a syntax error in the url/mask. I'm thinking due to '?k' ?
Anyways, can you explain how you'd do it? There's something I'm missing, and I just can't see what. I'm only a day old at this, so I don't know everything. Still, I feel like I've tried everything and I'm exhausted.
Thanks for replying.
Code:
hashcat-cli32.exe -a 3 -m 6900 ex.hash ex.hcmask
Code:
?l?d?u,http://example.com/asdf.php?key=asdf?1s7f8df?1?1?17
Then I tried to be direct:
Code:
hashcat-cli32.exe -a 3 -m 6900 --pw-min=54 --pw-max=54 ex.hash -1 ?l?d?u http://example.com/asdf.php?key=asdf?1s7f8df?1?1?17
Anyways, can you explain how you'd do it? There's something I'm missing, and I just can't see what. I'm only a day old at this, so I don't know everything. Still, I feel like I've tried everything and I'm exhausted.
Thanks for replying.