BIBKOVICH on 10:15 PM 04/08/2025: Need to find the password or what to do?
0Q1BE on 5:24 AM 04/12/2025: .
Cracked! "arapot928\0" (\0 is a null symbol).
That's my first crackme ever!
y.benyettou on 10:17 AM 04/13/2025: Hello i do not understand why "arapot928" isn't working??
0Q1BE on 2:29 PM 04/14/2025: y.benyettou,
it's not working because after all letters are checked there is one more check, we're checking 10th inputted string's letter (and we have no gurantees it's null), so we must input not just an "arapot928", but "arapot928\0" (\0 is a null symbol).
Now find a method how to do it.
Elvis on 8:29 AM 04/15/2025: @0Q1BE: Good question. Hint: python subprocess
Thunar on 10:48 PM 04/17/2025: Yes if you look at the memory view in Ghidra it has a 00 at the end, so it expects a sneaky null byte, using python to inject it is quite easy.
0xCC on 7:21 AM 05/07/2025: Using powershell:
echo "arapot928`u{0}" | .\crackme.exe