TryHackMe Python for Pentesters Room Writeup
This is a walkthrough for TryHackMe Python for Pentesters Room.
This is a walkthrough for TryHackMe Python for Pentesters Room.
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.
So Google has this xss game where you can practice or test your xss vulnerability skills. You will have to make your own xss payloads as per the scenario of the task and get through the levels. I have just found out this website and I’ll try to do it and post my solutions with…
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…
Splunk is a renowned log aggregation tool. It gathers machine generated data and presents it in a very understandable format. It is also used as an SIEM tool and it is quite good at it. I am doing the TryHackMe Splunk room and will be doing a walkthrough of the same. Task 1 is basically…
Hacker Fest: 2019 is a part of series Hacker Fest. The author is Martin Haller. You can download this lab from Vulnhub.com It’s an easy machine which can be exploited within 30 minutes. It’s a good machine for beginners.
Misdirection is a vulnerable machine made by FalconSpy to help OSCP students strengthen and practice their skills for the exam. We start by importing the VM into our Virtualisation software and get it running. Leave this untouched now.