How to configure Hashcat to append some data?
#5
(07-25-2020, 08:20 AM)philsmd Wrote:
Quote:Integer overflow detected in keyspace of mask: ?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3



The problem now is not the syntax, but the infeasibility.



Just do the math. It's mathematically infeasible. You are trying to brute-force 16 unknown bytes: 16*16*16*...*16*16*16 = 16^16 = 18,446,744,073,709,551,616


Thank you for your reply, this was the part that I didn't understand Smile



Removing two bytes runs ok





Code:
hashcat -m 1400 -a 3 -w 3 --hex-charset --custom-charset2 30313233343536373839414243444546 --custom-charset3 00 4BC2940C6460134A90194D9D0EA1920792869C779E6909C9E3F15C2E0FA46857 3030?2?2?2?2?2?2?2?2?2?2?2?2?2?2?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3


Session..........: hashcat

Status...........: Running

Hash.Name........: SHA2-256

Hash.Target......: 4bc2940c6460134a90194d9d0ea1920792869c779e6909c9e3f...a46857

Time.Started.....: Sat Jul 25 12:55:19 2020 (1 sec)

Time.Estimated...: Thu Mar 04 15:04:49 2224 (203 years, 221 days)

Guess.Mask.......: 3030?2?2?2?2?2?2?2?2?2?2?2?2?2?2?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3 [32]

Guess.Charset....: -1 Undefined, -2 30313233343536373839414243444546, -3 00, -4 Undefined

Guess.Queue......: 1/1 (100.00%)

Speed.#2.........: 11214.8 kH/s (90.55ms) @ Accel:128 Loops:64 Thr:8 Vec:1

Recovered........: 0/1 (0.00%) Digests

Progress.........: 7340032/72057594037927936 (0.00%)

Rejected.........: 0/7340032 (0.00%)

Restore.Point....: 16384/281474976710656 (0.00%)

Restore.Sub.#2...: Salt:0 Amplifier:192-256 Iteration:0-64

Candidates.#2....: $HEX[3030304131393932333435363636363700000000000000000000000000000000] -> $HEX[3030453846364633343536363636363700000000000000000000000000000000]



[s]tatus [p]ause [b]ypass [c]heckpoint [q]uit =>
Reply


Messages In This Thread
RE: How to configure Hashcat to append some data? - by Lishoo - 07-25-2020, 01:00 PM