
Tags
Age Of Empires II AI Algokit Algorand Angular Blockchain Blog Bluesky Bot BURP CC Certification Challenge cryptocurrencies CSS ctf Cybersecurity Data Django Docker Ebooks HackTheBox Homebrew HTML Hugo ISC2 Modding Playstation portswigger PostgreSQL Project Ps2 Purevolume Python R scripts SOC Telegram TryHackMe Walkthrough Website Windows
PortSwigger Academy - More Broken Access Control Labs.
28/07/2025
When trying to access the Admin panel via the front end system, we get “access denied”. When intercepting the request it looks like:
316 words
|
2 minutes
PortSwigger Academy - Path traversal.
09/07/2025
This learning path covers path traversal vulnerabilities. You’ll learn how to carry out path traversal attacks and circumvent common obstacles. You’ll also learn how to prevent path traversal attacks.
1230 words
|
6 minutes
PortSwigger Academy - Server-side vulnerabilities (Part 2).
02/07/2025
This learning path introduces you to a range of common server-side vulnerabilities. This is perfect if you’re new to web security and want to get an overview of the kinds of vulnerabilities that exist, as well as how an attacker might identify and exploit them in real-world systems.
2351 words
|
12 minutes
PortSwigger Academy - Server-side vulnerabilities (Part 1).
24/06/2025
This learning path introduces you to a range of common server-side vulnerabilities. This is perfect if you’re new to web security and want to get an overview of the kinds of vulnerabilities that exist, as well as how an attacker might identify and exploit them in real-world systems.
3036 words
|
15 minutes
Age Of Empires Bluesky and Telegram bots (Python script).
These Python scripts gets a list of players to monitor and send a message (via a Telegram Bot or a Bluesky account) when one of those players are either playing or stopped playing.
57 words
|
1 minutes
Age Of Empires II - Idle TC Alert (Python Script).
05/06/2025
In Age of Empires II, it is essential to maintain a steady production of villagers (workers who gather resources to boost your economy and produce other units). Even though there’s a production line at the top of the screen, in the heat of battles one can neglect that aspect and forget to keep producing villagers. In this sense I came up with the idea of creating a python script that, using pyautogui, checks if there are villagers being created in the production queue, and if not, plays a sound alert.
233 words
|
1 minutes
Age Of Empires II - Webapp.
Web application made with 💙 and Django. The user inputs an Age of Empires II player’s ID and the application retrieves information about the current (or last) match. It shows the player’s name, elo, color, map, civs chosen and their information and bonuses, using data from aoe2techtree.
69 words
|
1 minutes
Age of Empires II - Visual Mods and changing sprites.
19/01/2025
In this guide, I’ll walk you through the process of changing the sprites for Age of Empires II: Definitive Edition (AoE2 DE). We’ll be using a few tools to extract, edit, and reimplement custom sprites into the game.
563 words
|
3 minutes