Follow my journey through a cleverly crafted Easter-themed CTF challenge involving steganography, Python decompilation, and cookie-based authentication. From uncovering secrets in a PNG to reverse engineering Python bytecode, this write-up breaks down each step in solving the puzzle.
Blog post on analysing comments from the videos of Shane Wighton's Youtube channel Stuff Made Here. He made a video in collaboration with LockPickingLawyer which had a huge number of people interested. The analysis searches the comments for words related to the collaboration.
I recently decided to redesign my website, and went all out on it. I made a small python script to act as a Static Site Generator and optimised it to the extreme.
Tutorial / Blog Post demonstrating Android Game Automation using Python. The game used is Sudoku, and also uses Pytesseract (OCR) to get the Sudoku game from Android to your Python Code. The solved game is then input to the device using ADB (pure-python-adb).