PortSwigger Academy - Server-side vulnerabilities (Part 2).
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).
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).
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.
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
Walkthrough: Valley CTF - TryHackMe.
Since we don’t care being noticed, we can run rustscan, which is faster than nmap.
455 words
|
2 minutes
Age Of Empires II - Clan Webpage.
This is a simple webpage made with Bootstrap that shows some stats from an Age Of Empires II Clan I have with some friends.
85 words
|
1 minutes