2008年12月24日星期三

how to config wireless with iwconfig

1. list the wireless ap
iwlist scan
2. set the $ssid name of ap
iwconfig wlan0 essid $ssid
3. set the $key of wep
iwconfig wlan0 key s:$key --> ascii mod
iwconfig wlan0 key xxxx-xxxx-xx --> hex mod
4. specify the ap's mac
iwconfig wlan0 ap xx:xx:xx:xx:xx:xx

obtain ip address from:
dhclient wlan0

2008年12月23日星期二

why kismet shows "FATAL:Unknown capture source type..." error

you must install the libpcap BEFORE the compiling kismet from source.

and, when you ./configure with the "--disable-setuid" option will be helpful,becouse with this you did not assign the "suiduser“ in kismet.conf。

2008年12月17日星期三

Snort with Ossim-agent

Ossim agent cannot support new snort-2.8 with the 2.6.1-ossim.patch file;although the patching works well;

when using patched snort-2.8 to generate the Unified log,that Ossim agent will stop analyse it。Maybe there are some incompatible;

When I use snort-2.6.1 with 2.6.1-ossim.patch , It works well。