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
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.
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