-
Foobar CTF 2021 - Profezzor revenge | Crypto
revenge The Profezzor has sent an encrypted pdf assignment, but he told it’s easily crackable. Can you guys figure out the assignment, I need to submit it ASAP. Downloadable file: assignment Solution The file comes with no extension. I changed it to PDF and it did nothing. Using Hexed.it, I...
-
UMASS CTF 2021 - Notes | Forensics
Notes The breach seems to have originated from this host. Can you find the user’s mistake? Here is a memory image of their workstation from that day. Downloadable file: image.mem Solution I will be using a tool called Volatility to complete this challenge on a Windows machine. It is open...
-
Tryhackme - OWASP Top Ten | Web
Severity 1: Command Injection Practical What strange text file is in the website root directory? Solution ls will show the contents inside the directory and we see that “drpepper.txt” is the strange txt file How many non-root/non-service/non-daemon users are there? Solution There are 0 non-root/non-service/non-daemon users. What user is this...