T1046 : Network Service Scanning
Lab Environment
In this lab, we are given access to a Kali machine. There are two target machines, one on the same network i.e. demo1.ine.local. This target machine is vulnerable and can be exploited using the following information. Use this information to retrieve services running on the second target machine and complete the mission!
Vulnerability Information
Vulnerability: XODA File Upload Vulnerability
Metasploit module: exploit/unix/webapp/xoda_file_upload
Objective: - Identify the ports open on the second target machine using appropriate Metasploit modules. - Write a bash script to scan the ports of the second target machine. - Upload the nmap static binary to the target machine and identify the services running on the second target machine.
Tools
The best tools for this lab are:
Metasploit
Bash
Terminal
Nmap
Writeup
Questions:
How many services are running on the second target machine? --> 3
Last updated