mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 09:40:10 -07:00
Update Commit Update pingsweep 11-1-2018
Former-commit-id: 713f7efafacd248adebfbcaa3952ba3e1090b646 Former-commit-id: 76adfe46fc7bbd6da4ef800c0957807dadc48836
This commit is contained in:
parent
c1f40dd21b
commit
1014ae3e39
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue