Category CTF Write-ups

Detailed write-ups covering web exploitation and Boot2Root machines. Learn practical hacking techniques step-by-step through walkthroughs of real CTF challenges.

CryptoSystem — TryHackMe Walkthrough

In this crypto challenge, we have been given an RSA-encrypted message, and we have to find the key We were presented with a Python script that implemented a custom RSA encryption scheme. The script generated two large prime numbers: p, using…