added some stuff

This commit is contained in:
Rh17S15
2025-07-08 13:45:10 +02:00
parent da90202d73
commit c6fc483b8a
4 changed files with 39 additions and 0 deletions

1
nmap-smb.sh Normal file
View File

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