Member-only story

TryHackme: Pentesting Lab

Raviteja Mureboina
3 min readFeb 20, 2021

Task 1:

The initial Task gives you knowledge about Nmap and various commands that helps you to find different ports that are open, and versions as well based on different commands

Answer 1) Total number of ports open are 2 (Command nmap -p- -sV <IP address>

Answer 2)2.4.18

Answer 3) Linux (You can find in the scanning details)

Task 2)

Solution 1:

Go to Metasploit framework and search for ssh_login you will find the auxiliary.

auxiliary/scanner/ssh/ssh_login

When you have found the auxiliary use it by command

Use auxiliary/scanner/ssh/ssh_login

Solution 2:Verbose

Download the user.txt and dict.txt and set those files to this auxiliary and check RHOSTS and RPORT is current and run the auxiliary.

You will get the login credentials for ssh. (username:ravi, password:ravi)

Solution 3:

Username :Ravi

Solution 4:

--

--

Raviteja Mureboina
Raviteja Mureboina

Written by Raviteja Mureboina

Hello Everyone, I write blogs on Cybersecurity, ML, and Cloud(AWS, Azure, GCP). please follow to stay updated https://www.youtube.com/c/RaviTejaMureboina

No responses yet