1754777620

This commit is contained in:
2025-08-09 16:13:41 -06:00
parent 01bf230cc7
commit a5df689ce1
2 changed files with 5 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
while true; do
nmap -sV -Pn -T4 -p22 10.0.0.0/24 -oG - | grep -n '22/open/tcp'
echo next
sleep 60
done