Wireless Security Tools - Kismet & Etherape
Wireless Security Tools - Kismet & Etherape
http://creativecommons.org/licenses/by-nc-sa/3.0/
What is kismet?
Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Works in raw monitoring (rfmon) mode, and (with appropriate hardware) can sniff 802.11b, 802.11a, 802.11g, and 802.11n traffic. It is passively collecting packets and detecting standard named networks, detecting (and given time, decloaking) hidden networks, and presence of nonbeaconing networks via data traffic.
Strengths
Server Client architecture Drones: distributed kismet servers running on remote devices, reporting back to central server, allow for the building of distributed reporting and intrusion detection systems Kismet is powerful - especially when combined with other tools like wireshark, nmap
Installing I
The following guide assumes you are on Ubuntu 9.10 / GNU/Linux - but works for other systems accordingly. Get kismet via apt-get (or synaptic) $aptgetinstallkismet edit /etc/kismet.conf Definition of sources is a must. Sources are defined as:
source=sourcetype,interface,name[,initialchannel]
Installing II
$vi/ect/kismet.conf
source=sourcetype,interface,name[,initialchannel]
Start screen
Options
(Some of the) Options: c h i s r a p Q Show clients in current network Help Detailed info about current network Sort network list Packet rate graph Statistics Dump packet type Quit
Network info
Client info
What is Etherape?
Etherape is not really a security tool, but it gives a very useful quick first view of traffic in your network. For example, in case you have a spam virus in your network, you will see this immediately. It also gives you a good feel for what various applications, such as skype or torrent clients, are doing to your network.
Etherape screenshot
http://creativecommons.org/licenses/by-nc-sa/3.0/