My TRU Game Plan
Go to https://mytru.tru.ca/, Academic Record, Degree Works (TRU Program Plan) Try this link. 30 credits were transferred. So I have 90 to go. 87 to go including the current course I’m doing. That...
Go to https://mytru.tru.ca/, Academic Record, Degree Works (TRU Program Plan) Try this link. 30 credits were transferred. So I have 90 to go. 87 to go including the current course I’m doing. That...
Here is a recap of my 2024 viewing and reading habits. I didn’t read as much as I should have, and if you add up all the time spent watching tv shows and movies, I could have solved most of the wor...
Grade 9 MTH1W - Mathematics TVO Learn - full course Grade 10 (Applied) MFM2P - Foundations of Mathematics TVO Learn - full course (Academic) MPM2D - Principles of Mathematics Course ou...
Hacking TryHackMe Advent of Cyber 2024 SANS Holiday Hack Challenge 2024 I just learned about this game as well: KC7 Cyber Detective game Math Refresher I’ll start with this assessment from Atha...
QUESTION: Greetings Adventurer, I was walking in the Whispy Woods looking for truffles when I saw this paper hidden near the base of a tree. I can’t make sense of it at all Adventurer, what do you...
QUESTION: I found a sorcerer book (SorcererBook-1.pcapng). Can you find its secret? What is the IP address and the port used by the web server? File: SorcererBook-1.pcapng Format: CnE{###.###.#...
QUESTION: Can you find-out who the orks are fighting for? File: Orks-1.jpg Format: CnE{xxx_xxx_xxx_xxxx} Récompenses: 50 Experience RS-232 Serial Cable I downloaded the Ork image, the...
QUESTION: I found this arcane text, but I can’t read it. Can you help me? Message: VGhlIG9ubHkgdGltZSB5b3UgaGF2ZSB0b28gbXVjaCBvaWwgaXMgd2hlbiB5b3UgYXJlIG9uIGZpcmUuIENuRXtJX0wwdjNfdGgzX3NtMzExX29mX...
I used this site to calculate the symmetry key: https://www.irongeek.com/diffie-hellman.php? Then I used Copilot to create the from hex script: message = bytes.fromhex("c2efc4fae5b0e7e7b0b2dee9b...
import socket # Server's IP address and port SERVER_IP = '127.0.0.1' SERVER_PORT = 666 # Doom port # Create a TCP/IP socket sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) # Connect th...