From 74663a39f791ea8087078b998dcb5d4a5c1073de Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 8 Dec 2012 14:01:29 +0100 Subject: [PATCH] netbeacon example added --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 =======