>/Posts/[1:6]/14 $

Sort by:

Categories Tags

2025

Brød & Co.

# First Part ## Look at the files After downloading and unzipping the archive there’s only one APK inside, so I launched it on an Android emulator and also opened the APK in JADX-GUI for static analysis. ![1](./images/1.png) Not much to see in the UI at first glance. ![2](./images/2...

Friday Cake

### First Part **Look at the files** There isn’t much to look at it’s a single **apk** file, so we need an Android emulator to run it. I used BlueStacks. The app is simple: one input field and a submit button. ![1](./images/1.png) The goal is obvious: find the valid code to unlock the...

Sweet Treat

# First Part **Look at the files** ``` │>sweet treet │ cookiejar │ directory.db │ docker-compose.yml │ Dockerfile │ README.md │ └───webapp │ edit_profile.jsp │ index.jsp │ login.jsp │ logout.jsp │ register.jsp │ styles.css │ └───admin │ admin-review.jsp │ admin.jsp ``` ...

Ones-and-zeros

## What is this task even about? I started this challenge by taking a look at Discord, as part of my team had already begun working on it. My first glance at the provided charts led me to think -> 2 charts are probably UART or I2C to be decoded. ![1.png](./images/1.png) ## Identifying...

Talking-printer

### Who called this 'guessy'? This task wasn't very 'guessy' for me because as soon as I opened the included audio recording, I recognized those distinctive sounds. Not long ago, a clip titled ["Two AI Agents Start Talking in a Different Language with Each Other"](https://www.youtube...

Kashi2024 Catseabank

# **Let's play** Ok, so we run the provided game and see some NPC. Let's talk to him: ![1](./images/1.png) Oh, looks like he won't talk to us unless we pay him. ![2](./images/2.png) Luckily, there was a bank next to him—great! ![3](./images/3.png) Unfortunately, this...