1754777620
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user