
Tags
Age Of Empires II AI Algokit Algorand Angular Blockchain Blog Bluesky Bot Bug Bounty 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
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
Algorand Coding Challenge - Volume 2: π Python #02.
Inside of smart_contracts/counter/contract.py file, there is a simple counter smart contract written in Algorand Python.
1318 words
|
7 minutes
Algorand Coding Challenge - Volume 2: π Python #01.
Inside of smart_contracts/personal_vault/contract.py file, there is a simple vault smart contract written in Algorand Python.
1385 words
|
7 minutes
Age of Empires II - AI Scripting.
01/04/2024
This is a brief introduction to AI scripting in Age Of Empires II. In the following resources you may find an in depth overview of the tools and relevant settings.
323 words
|
2 minutes