first commit

This commit is contained in:
Rh17S15
2025-06-10 17:23:40 +02:00
commit 9adabe37a3
3 changed files with 117 additions and 0 deletions

1
nmap.sh Normal file
View File

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