mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Merge pull request #4 from pentestprime/master
Edit pingsweep.sh Former-commit-id: 89833396f3c33a053f340acd61a376dc7d02c1cc Former-commit-id: a8ae05890b20db5076a99d7b2b0c2956b50233b6
This commit is contained in:
commit
a6c859bb9e
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