mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix some minor nits in the README file of wesside
Reviewed by: sam, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
This commit is contained in:
parent
ff7e281d6d
commit
bfbb8643cf
1 changed files with 3 additions and 4 deletions
|
|
@ -17,9 +17,8 @@ wesside's features:
|
|||
- Or, by contacting someone on the Internet [udps] and telling it to flood.
|
||||
* Uses aircrack periodically to attempt to crack the WEP key. The supplied
|
||||
aircrack is modified to work with wesside.
|
||||
* Binds to a tap interface to allow TX. RX works if a dictionary is being buil
|
||||
t
|
||||
[dics] and a packt with a known IV traverses the network.
|
||||
* Binds to a tap interface to allow TX. RX works if a dictionary is being built
|
||||
[dics] and a packet with a known IV traverses the network.
|
||||
|
||||
Examples:
|
||||
=========
|
||||
|
|
@ -31,6 +30,6 @@ To cause the Internet to flood:
|
|||
./wesside -s ip_of_internet_box
|
||||
|
||||
To build a dictionary:
|
||||
[Internet box]~# ./dicts source_ip_of_box 100
|
||||
[Internet box]~# ./dics source_ip_of_box 100
|
||||
./wesside -s ip_of_internet_box
|
||||
Use tap3 as if it were the wifi.
|
||||
|
|
|
|||
Loading…
Reference in a new issue