Hey Everyone,
I am Maloy Roy Orko and today you will solve this Tryhackme challenge: Intermediate Nmap with me.
Challenge Description:
You've learned some great nmap skills! Now can you combine that with other skills with netcat and protocols, to log in to this machine and find the flag? This VM IP is listening on a high port, and if you connect to it it may give you some information you can use to connect to a lower port commonly used for remote access!
Access this challenge by deploying both the vulnerable machine by pressing the green "Start Lab Machine" button located within this task, and the TryHackMe AttackBox by pressing the "Start AttackBox" button located at the top-right of the page.
Use the AttackBox to scan the target IP!
Solve Idea:
Step-1:
- First of all,the description says: vm ip is listening highest port.
- Lets scan the ip using nmap?
- Basic Scanning using Nmap: nmap 10.49.181.27
Step-2:
- As per the description,the VM is listening in the highest port,So lets get connected with it?
- So,I get connected with the VM and got User:Pass ubu***:**************************
Step-3:
Now,I will find the flag traveling everywhere!
- pwd
- ls -la
- cd /home
- ls
- cd users
- ls
- cat flag.txt
Flag found !!!!!!!!!
Final Flag: flag{***************************************}
Have a good day! Follow Web Security Insights



