>/Home $


Terminal_1
Browser

Web Terminal v1.0

Skip

Browser v0.(9)

  • Show/Hide
  • Maximize
  • Close

Recent posts

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