mirror of
https://github.com/adulau/netbeacon.git
synced 2024-11-21 17:47:07 +00:00
netbeacon example added
This commit is contained in:
parent
73ac46b5d6
commit
74663a39f7
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -44,6 +44,17 @@ Here is a serie of 3 netbeacon messages extracted from 3 UDP packets:
|
||||||
netbeacon - usage
|
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 ###
|
### nb_send.py ###
|
||||||
|
|
||||||
Usage: nb_send.py [options]
|
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)
|
-p PSK, --psk=PSK pre-shared key used by the HMAC-SHA1 (default: netbeacon)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue