Description
Get the flag by finding the correct password. Do not reveal the password in your solution or in the comments section. Share only the flag. Try not to bypass the logic.
I will only accept solutions with a step-by-step explanation.
Flag format: veiledre{SOME_MESSAGE}
File md5:9f5c9f08aebcf37fac7d1d8783b8fbe2
Note that VirusTotal is spewing false positives.
Enjoy!
@veiledre
MrEmpy on 9:36 PM 06/21/2021: I managed to crack it a different way lol
flint on 12:28 PM 06/22/2021: FLAG: veiledre{--------{---(@}
VeiledRE on 3:11 PM 06/22/2021: Excellent! Feel free to share your approach to cracking it.
mucomplex on 4:16 PM 06/22/2021: veiledre{--------{---(@}
puelo on 9:27 PM 06/22/2021: veiledre{--------{---(@} obtained by debugging the last compare
shellc0de on 1:14 AM 06/24/2021: The mmx instructions got me worried! Good thing it was easier lol.
mikeramirez on 12:00 PM 06/24/2021: veiledre{SOME_MESSAGE}
Anhkhoa on 12:40 PM 06/25/2021: Th16_is_tH3_PassW0rd
bob123 on 7:22 PM 06/28/2021: FLAG: veiledre{--------{---(@}
Was also worried for a bit, but nice challenge :)
Debugging helped me a lot.
myk241986 on 6:50 AM 06/30/2021: guys i know this is out of topic can you help me to crack edi-text editor? i can't find how to crack it.
Legacyy on 11:48 PM 07/02/2021: veiledre{--------{---(@}
nice little challenge :)
juansacco on 8:16 AM 07/10/2021: (@vailedre 2021)
PASSWORD: Th16_is_tH3_PassW0rd
FLAG: veiledre{--------{---(@}
Port007 on 7:35 PM 07/11/2021: veiledre{--------{---(@} -- Flag
Password found in comparison.
Ahmedminegames on 12:16 PM 07/24/2021: Th16_is_tH3_PassW0rd Cracked it in 14 seconds lol you could just hash the main password and hash the user input and check if it's two compares because if you don't know that the cracker can know if you are comparing between two texts.
Random_guy on 8:30 AM 08/21/2021: Got confused in the XMM ops but the debugger saved me..
VeiledRE on 8:11 AM 09/13/2021: @Ahmedminegames I had that option but I went for a somewhat basic implementation. I'll incorporate hashes in my next crackme.
de1uxegg on 9:18 PM 09/15/2021: veiledre{--------{---(@}
I2rys on 6:10 AM 10/04/2021: It's really easy to reverse engineer it also I was confuse on why it was exiting lol anyways good program.
muha2xmad on 1:18 PM 10/29/2021: Here is the writeup for the crackme
https://youtu.be/FrnLTSeeH_A
muha2xmad on 1:19 PM 10/29/2021: *Here is the writeup for the crackme
https://youtu.be/0dL9FKze4cw
knight on 1:24 PM 12/29/2021: Great! :) Solved