diff --git a/README.md b/README.md index 9468856..619af40 100644 --- a/README.md +++ b/README.md @@ -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 =======