Tags
Age Of Empires II AI Algokit Algorand Angular Blockchain Blog CC Certification Challenge cryptocurrencies CSS ctf Cybersecurity Data Django Docker Ebooks HackTheBox Homebrew HTML Hugo ISC2 Modding Playstation PostgreSQL Project Ps2 Purevolume Python python R scripts SOC TryHackMe Walkthrough Website Windows
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
Walkthrough: Valley CTF - TryHackMe.
08/01/2025
Since we don’t care being noticed, we can run rustscan, which is faster than nmap.
531 words
|
3 minutes
Age Of Empires Clan Webpage.
11/10/2024
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
Age of Empires II - Current Match (Python Script).
22/09/2024
This code fetches information about the most recent (or ongoing) Age of Empires II match played by a specific profile and gives details such as ELO rating, civ and bonuses.
167 words
|
1 minutes
Skills Assessment - Windows Event Logs & Finding Evil - HackTheBox.
15/09/2024
Using Get-WinEvent, I attempted to filter for events related to DLL hijacking attacks. While this might not be the most efficient method, I recalled that DLLs involved in such attacks are often unsigned. Therefore, I searched for events with ID 7 AND those with the message “signed: false”.
542 words
|
3 minutes
Walkthrough: Intermediate Nmap - TryHackMe.
06/05/2024
First I looked for open ports:
145 words
|
1 minutes
Algorand Coding Challenge - Volume 2: 🐍 Python #04.
Inside of smart_contracts/verify_medical_ai/contract.py file, there is a simple smart contract used for recording AI information written in Algorand Python.
1440 words
|
7 minutes
Algorand Coding Challenge - Volume 2: 🐍 Python #03.
Inside of smart_contracts/asa_vault/contract.py file, there is a simple ASA vault smart contract written in Algorand Python.
1469 words
|
7 minutes