Custom brute-force attack
#1
I have this attack:
hashcat -a 3 -m 0 "hash.txt" ?a?a?a?a?a?a?a?a?a

But I don't want to test these masks. First, I want to convert them to MD5, then take only the first 20 characters and finally add at the beggining //.

For exemple, for ?a?a?a?a?a?a?a?a?a123456789:
    First: MD5 (123456789) -----> 25f9e794323b453885f5181f1b624d0b
    Then: 20 first characters -----> 25f9e794323b453885f5
    Finally: Add // -----> //25f9e794323b453885f5, this I want to test to crack the password, no the mask 123456789

Create a dictionary is not not an option, to big...

So, ¿How I can proceed? I reviewed the documentation but I didn't find how to do it.

Thank you.
Reply


Messages In This Thread
Custom brute-force attack - by mika09 - 09-13-2022, 06:52 AM
RE: Custom brute-force attack - by nick8606 - 09-13-2022, 10:07 AM
RE: Custom brute-force attack - by mika09 - 09-13-2022, 08:48 PM
RE: Custom brute-force attack - by slyexe - 09-14-2022, 12:16 AM
RE: Custom brute-force attack - by mika09 - 09-14-2022, 12:56 AM
RE: Custom brute-force attack - by nick8606 - 09-14-2022, 02:39 AM