Files
pentesting/nmap.sh
2025-06-10 18:52:48 +02:00

2 lines
102 B
Bash

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