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

Sort by:

Categories Tags

2025

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) A quick look at...

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...

How To Sign Up And Login

# Requirements To create an account, you'll need the **Authenticator** app or any other that supports TOTP (time-based one-time passwords), since I don't want to store this kind of information in my database. :) ## What's next? Once you have it, go to the [sign-up](/sign-up) page and check if...


2024

1337up Live 2024 Phish Market Order Management

### First Part **Look at the files** ``` │>PHISH_MARKET │ docker-compose.yml │ start.sh │ ├───market │ Dockerfile │ market │ wait-for-it.sh │ └───mysql Dockerfile init-db.sql ``` As you may have noticed, there are 2 Docker...

Kpmg2024 Mobile App Reverse

### First Part Well, since the description was rather brief, we can't learn much from it. Therefore, it's a good practice to start examining the application by running the command: ``` strings program.ext ``` in Linux to see what ASCII strings are stored in the application. On...