TryHackMe BLUE walkthrough ??? TryHackMe machine | by xer

Hey everyone!  Today, we’re diving into the thrilling world of hacking using TryHackMe’s Blue machine. If you’re new to this, don’t worry — we’ll take it step by step and keep it simple.

Step 1: Scanning for Weak Spots 

Use the following nmap scan

#nmap — script vuln -Pn 10.10.38.135

The above scan command is used to perform a vulnerability scan.

 — script vuln” is a default flag for vulnerability script scan.

Step 2: Knocking on Doors 

After scanning, we found a weak spot called ‘ms17–010’, also known as Eternal Blue. It’s a secret door into the system. Think of it like finding a hidden entrance to a castle!

Click Here