Getting up Kismet running on Ubuntu 8.10. ( HP Laptop)
- Open up a Terminal: Applications > Accessories > Terminal
sudo apt-get install kismet
sudo gedit /etc/kismet/kismet.conf
- Change
source=none,none,addme
to
source=ipw2200,eth1,wifi
- If you don’t know your relevant network driver, view the Kismet Readme and scroll down to the section “12. Capture Sources”. My driver is ipw2200.
- If you don’t know your interface name, use
iwconfig
to find your wireless interface (mine is eth1).
- Save the file
sudo kismet
- Mihir Patel.
No comments:
Post a Comment