Files
pentesting/nmap.sh
2025-06-10 17:23:40 +02:00

2 lines
124 B
Bash

nmap -sCV -A -p $(nmap 192.168.1.155 -p- | grep open | awk -F '/' '{print $1}' | tr '\n' ',' | sed 's/.$//') 192.168.1.155