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.
531 words
|
3 minutes
Age Of Empires 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
Age of Empires II - Current Match (Python Script).
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.
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.
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