Cracking through transformation in hex of passwords generated by mask
#1
Question 
Hello everyone,

I've tried many solutions, unfortunately they all proved unsuccessful. My goal is to generate all possible combinations of eight characters among these: [a-z]+[A-Z]+[0-9]+[$£€], then to use only their equivalent hexadecimal half-string (e.g. € (20AC) -> $HEX[AC]) to test it on a hash.key file.

To give you an example:

1) a combination is generated => abcdefg€

2) this combination is transformed in hexadecimal format => 61 62 63 64 65 66 67 20AC

3) the combination is tested under this shape => $HEX[61626364656667AC]
notice: 20AC become only AC


Thanks in advance to ones who'll try to help me Big Grin
Reply


Messages In This Thread
Cracking through transformation in hex of passwords generated by mask - by faby - 01-31-2024, 04:05 PM