| good kitty |
2026-09-17 05:17 |
|
View
|
| vvsc by elijunior01 |
2026-09-17 05:15 |
- Takes numeric password as input - Checks if the password is correct or not - If password is correct then print **Allowed access** else **Access denied** |
View
|
| Simple crackme |
2026-09-17 05:12 |
I gave a random input at first and **ltrace** command was able to trace the library function calls made and we can see it loaded the user input as **args1** and the original key as **args2**. Of cours |
View
|
| PrettyDamnEasy |
2026-09-17 05:10 |
- Takes user input string (**found %s by examining 0x201a**). - Checks if the string is correct or wrong. - If string is correct then it prints **Correct password** else **Wrong password, try another* |
View
|
| Plain sight |
2026-09-17 05:08 |
checkout the rdx donohard code value |
View
|
| PieIsMyFav |
2026-09-17 05:05 |
- The binary takes an integer input which can be inferred because `x/s 0x204b` gives us `%d` - If we give wrong integer then we get **Try harder...** - If we give the right integer then we get **Essa |
View
|
| eyecandylocked by nexy |
2026-09-17 05:03 |
checkIt() function disassembly check |
View
|
| easyAF |
2026-09-17 04:58 |
The password of was present in the $rsp register and got loaded in |
View
|
| crackme1 by adamziaja |
2026-09-17 04:50 |
The program takes username as input which has to be between 8 and 12 characters otherwise the message username must be between 8 and 12! is printed |
View
|
| Beginner Friendly |
2026-09-17 04:47 |
extract readable strings or text from binary |
View
|