|
Search Results
|
| Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
| |
|
Thread: Md5+ pair sum + base62 best approach to custom mode
Post: RE: Md5+ pair sum + base62 best approach to custom...
| i cooked up module 24901 from 24900 tested hashes generated with mask.py (attached too)
both are hitting 740MH/s on p400, |
|
Sasquatch |
hashcat
|
7 |
7,429 |
08-14-2025, 07:06 PM |
| |
|
Thread: Md5+ pair sum + base62 best approach to custom mode
Post: RE: Md5+ pair sum + base62 best approach to custom...
|
atom Wrote: (08-14-2025, 04:37 PM)
--
If you can provide a proof of concept in any language and a description of how to extract the required key material (or a extraction tool), I can turn this into ... |
|
Sasquatch |
hashcat
|
7 |
7,429 |
08-14-2025, 05:50 PM |
| |
|
Thread: Md5+ pair sum + base62 best approach to custom mode
Post: RE: Md5+ pair sum + base62 best approach to custom...
|
atom Wrote: (08-14-2025, 11:54 AM)
--
This could be interesting from forensic perspective. Would you like to share the details? Like Vendor/Model and the algorithm difference to 24900. Then we could ... |
|
Sasquatch |
hashcat
|
7 |
7,429 |
08-14-2025, 12:54 PM |
| |
|
Thread: Md5+ pair sum + base62 best approach to custom mode
Post: RE: Md5+ pair sum + base62 best approach to custom...
| i foound the difference!
my camera's firmwre does:
Code:
--
LDRB r0, [digest, #X] ; load byteA
LDRB r1, [digest, #Y] ; load byteB
ADD r0, r0, r1 ; sum into r0 (0–510 possible)
AN... |
|
Sasquatch |
hashcat
|
7 |
7,429 |
08-14-2025, 11:29 AM |
| |
|
Thread: Md5+ pair sum + base62 best approach to custom mode
Post: RE: Md5+ pair sum + base62 best approach to custom...
| m24900 seems to be closest but not finding abc12 from D1H3aIcP, differen algo, obviously, but afaik only mode using "compatible" hash.
hits 480MH/s on p400 |
|
Sasquatch |
hashcat
|
7 |
7,429 |
08-14-2025, 10:44 AM |
| |
|
Thread: Md5+ pair sum + base62 best approach to custom mode
Post: Md5+ pair sum + base62 best approach to custom mod...
| Hi I have a CCTV camera I got myself locked out of. I managed to get the stored hash and password check algorithm out thanks to power of ghira and chatgpt.
It is standard MD5 followed by pair sum... |
|
Sasquatch |
hashcat
|
7 |
7,429 |
08-14-2025, 09:52 AM |