Add zmap script
This commit is contained in:
parent
e29c3be954
commit
2756281ddb
1 changed files with 5 additions and 0 deletions
5
zmap.sh
Normal file
5
zmap.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
OUTFILE="data/$(date +"%Y-%m-%d")-full-scan.csv"
|
||||
zmap -B '100M' -M icmp_echo_time '0.0.0.0/0' -f 'saddr,rtt_us,success' -o "$OUTFILE" && \
|
||||
scp "$OUTFILE" user@to_host:"/destination/$OUTFILE"
|
Loading…
Reference in a new issue