Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 354 Bytes

ine.ejpt.lab.23.md

File metadata and controls

23 lines (20 loc) · 354 Bytes
Lab Name: Importing Nmap Scan Results Into MSF
Platform: INE
Lab No: 23
Exam: eJPT (Jr. Penetartion Tester)
nmap -sV -Pn -oX my-scan.xml <ip-address>
service postgresql start
msfconsole -q
db_status
db_import my-scan.xml
hosts
services

This commands can be used to import a scan into msfconsole