New PDF School of Computer Science Engineering and Information Systems
New PDF School of Computer Science Engineering and Information Systems
INFORMATION SECURITY
MANAGEMENT LAB
DIGITAL ASSIGNMENT – 1
Slot: L55+L56
My Metasploitable IP : 192.168.228.130
7) Run Metasploitable IP in firefox browser of Kali.
NMAP COMMANDS
My kali Linux IP : 192.168.228.129
To output the scan results to a file using Nmap, you can use the -o flag followed by the output
format and file name:
1. Output in Normal Format:
nmap -sT 172.20.10.2 -oN scan_results.txt
-oN: Normal output format, saved to scan_results.txt.
2. Output in XML Format:
nmap -sT 172.20.10.2 -oX scan_results.xml
-oX: XML format, saved to scan_results.xml.
WIRESHARK
i) WireShark Screen