TryHackMe Scripting Room Writeup
I will be using python to write a script for this task. We are first opening the file, then reading the file and then use decode function in loop for 50 times to finally get the output.
I will be using python to write a script for this task. We are first opening the file, then reading the file and then use decode function in loop for 50 times to finally get the output.
TryHackMe Owasp top 10 Day 6 Security Misconfiguration Walkthrough I found this challenge to be a bit tricky as compared to the previous challenges. I tried for hours but found nothing. So I asked someone on LinkedIn for a hint and he suggested me to look for the source code of the webapp on platforms…
TryHackMe Blue room is pretty simple. If you follow the hints and all the information given, it can be solved easily. However if you’re stuck somewhere, here is a walkthrough solutions of the Blue room. Task 1: Recon #2 How many ports are open with a port number under 1000?nmap -p 0-1000 [ip]Answer: 3 #3…