Effectively use database import with Metasploit: Commands - hosts, services | importing scan results

preview_player
Показать описание
Effectively use database import with Metasploit: Commands - hosts, services | importing scan results

db_status
db_status
db_import
Supports import of many many file types from various vulnerability scanners
can be done as a 2-step process
nmap -Pn -A -oX report 192.168.1.22
db_import /home/student/report
It can be directly imported as well
db_nmap -Pn -A 192.168.1.23
hosts
hosts
hosts -h
hosts -c address,os_name
services
services
services -h
services -S ftp
services -S ssh
services -S smb
services -p 445
services -p 80
services -p 21
services -S Apache
services -c name,port,info -S Apache 192.168.1.22
services -c name,port,info -S SSH 192.168.1.22
Рекомендации по теме