mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 17:40:57 -07:00
Merge branch 'master' of https://github.com/kforney/pentest-distro-builder
Former-commit-id: 8e62225a7270474384743c4f0d5b24c51bcbccaf Former-commit-id: 02fdfd5451dc412d4992196ec2521055812b0f78
This commit is contained in:
commit
ca53b1cbcd
2 changed files with 4 additions and 4 deletions
Binary file not shown.
|
@ -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