mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Merge branch 'master' of https://github.com/kforney/pentest-distro-builder
Former-commit-id: 67d24d71ad3e2e734f1fea149e36a35f41508ac4 Former-commit-id: 02fdfd5451dc412d4992196ec2521055812b0f78
This commit is contained in:
commit
45410ff8c5
2 changed files with 4 additions and 4 deletions
Binary file not shown.
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
for ip in $(seq 1 254); do
|
for ip in $(seq 1 254); do
|
||||||
ping -c 1 172.100.100.$ip |grep "bytes from" |cut -d" " -f4|cut -d";" -f1&
|
ping -c 1 172.30.0.$ip |grep "bytes from" |cut -d" " -f4|cut -d";" -f1&
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue