Member-only story
TryHackme: Pentesting Lab
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: