netbeacon example added

This commit is contained in:
Alexandre Dulaunoy 2012-12-08 14:01:29 +01:00
parent 73ac46b5d6
commit 74663a39f7

View file

@ -44,6 +44,17 @@ Here is a serie of 3 netbeacon messages extracted from 3 UDP packets:
netbeacon - usage
-----------------
### How to use it? ###
On a device where you able to send packets on the monitored/tapped network, you
can send beacons using nb_send.py
python nb_send.py -s -i 3 -d 1.2.3.4
Where you are processing your network capture, you can run the following:
python nb_collect.py -i dag0 | python nb_verify.py -s -t
### nb_send.py ###
Usage: nb_send.py [options]
@ -84,6 +95,7 @@ netbeacon - usage
-p PSK, --psk=PSK pre-shared key used by the HMAC-SHA1 (default: netbeacon)
License
=======