Skip to content

Commit

Permalink
newer versions of map rename timestamp field.
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott authored Apr 18, 2018
1 parent b9c8eeb commit e107a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fullrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ getActiveResolvers()
echo "Running initial scan..."
`node util/config.js zmap` -p 53 -o runs/$thisRun/local.csv \
-b temp/blacklist.conf -c 300 -r `node util/config.js rate` \
--output-module=csv -f saddr,timestamp-str,data \
--output-module=csv -f saddr,timestamp_str,data \
--output-filter="success = 1" -M udp \
--probe-args=file:temp/query.pkt
}
Expand Down

0 comments on commit e107a63

Please sign in to comment.