Update Commit Update pingsweep 11-1-2018

This commit is contained in:
root 2018-11-01 14:52:48 -06:00
parent 3d351437a2
commit 43b4f3bce0

View file

@ -1,4 +1,4 @@
#!/bin/bash
for ip in $(seq 1 254); do
ping -c 1 172.100.100.$ip |grep "bytes from" |cut -d" " -f4|cut -d";" -f1&
done
#!/bin/bash
for ip in $(seq 1 254); do
ping -c 1 172.30.0.$ip |grep "bytes from" |cut -d" " -f4|cut -d";" -f1&
done