8 - Croatia Yacht
pending
Hello, Welcome to my GitHub page!
pending
For this challenge we are given a file.
Running the file command we can see the file is a Zip archive.
The archive contains chall.py and __pycache__.
pending
For this challenge we are given a file.
Running the file command we can see the file is a Zip archive.
The archive contains three files. RoboCaller1337.py, robo_numbers_list.txt and secret.enc.
For this challenge we are given a file.
Running the file command we can see the file is a Zip archive.
The archive contains two files: chal.c and pico.uf2
pending
For this challenge we are given a file.
Running the file command we can see the file is a Zip archive. So opening the file using 7zip we find logic-lock.png which contains a logic circuit which will reveal the flag when it is solved.
This first challenge takes us to a website where we are greeted with a password form. Viewing the page source we can see a script tag, containing the checkPassword function. This function is ran when we submit the form so our first approach will be to reverse the function.