and the rest of it...
This commit is contained in:
8
generateComprehensiveInventory.sh
Normal file
8
generateComprehensiveInventory.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
#A script to generate a comprehensive list of responsive hosts
|
||||
|
||||
OUTPUT_FILE="/tmp/network-scan"
|
||||
|
||||
for subnet in $(cat ../input/SubnetList); do
|
||||
zmap -M icmp_echoscan -o $OUTPUT_FILE $subnet
|
||||
done
|
Reference in New Issue
Block a user