Master kee root-me
Cracking the MasterKee Challenge: Exploiting CVE-2023-32784 For this challenge, we are provided with two files: MasterKee.DMP Masterkee.kdbx The goal is to extract the password from the .DM...
Cracking the MasterKee Challenge: Exploiting CVE-2023-32784 For this challenge, we are provided with two files: MasterKee.DMP Masterkee.kdbx The goal is to extract the password from the .DM...
Analyzing an OVA File to Retrieve Login Credentials In this challenge, we are given an OVA (Open Virtualization Appliance) file. The goal is to analyze the file and retrieve the login credentials ...
stego 1 we have this paragraph: `Capture the Flag (CTF) in computer security is an exercise in which participants attempt to find text strings, called "flags", which are secretly hidden in purpose...
rev i use ghidra to analyse the file. we find the hooks. after some research i find this script to decrypt theme `hooks = [0x9D, 0x94, 0xAF, 0xB2, 0xBD, 0xB2, 0xA1, 0xB4, 0xB7, 0xB1, 0xBD, 0xB9...
First challenge in this crypto challenge we get two files message.py nad output.py analyse the source code this is the encrypt function: `def encrypt(message, key): encrypted_message = "" ...
web: in the login page when we try admin:admin we see that we cant use this username when we try something like guess:guess show us that the username small so we need a longer one i try username...