small fixes in documentation + initial checkin of wep - crack tool
[my-code/hdw-sniff.git] / README
1 hdw-sniff
2 ---------
3
4 ieee 802.11 sniffer
5
6
7 install
8 #######
9
10 - required:
11
12         - my minimalistic apis (get it via cvs from hackdaworld.org)
13         - ncurses, libpcap (freshmeat may help)
14         - flite
15         - wlan card supporting monitor mode
16
17 - build: (an example)
18
19         mkdir ~/foo && cd ~/foo
20         cvs -d:pserver:anonymous@hackdaworld.org:/my-code co api
21         cvs -d:pserver:anonymous@hackdaworld.org:/my-code co hdw-sniff
22         cd hdw-sniff
23         ./configure
24         make
25
26 - usage: (another example)
27
28         ./hdw-sniff -m monitor -d wlan0
29
30
31 troubleshooting
32 ###############
33
34 irc: server = irc.hackdaworld.org , channel = #hackdaworld
35 email: hackbard@hackdaworld.org
36
37
38 have fun!