Difference between revisions of "Kismet"

From OnnoWiki
Jump to navigation Jump to search
Line 58: Line 58:
 
* [[Backtrack]]
 
* [[Backtrack]]
 
* [[Wireless Hacking]]
 
* [[Wireless Hacking]]
 +
* [[Backtrack: Kismet Siapkan Kernel untuk RT80270 Linksys WUSB600N]]
  
 
[[Category: hacking]]
 
[[Category: hacking]]

Revision as of 06:44, 7 June 2010

Install Kismet

sudo apt-get install kismet

Cara Cek Chipset

lspci | grep Network

Edit Konfigurasi

vi /etc/kismet/kismet.conf

Beberapa source yang penting

source=mac80211,wlan0,srcmac8011
source=zd1211,wlan1,srczd
source=ipw3945,wlan0,srcipw3945
source=ipw2200,wlan0,srcipw2200
source=ipw2915,wlan0,srcipw2915
source=iwl4965,wlan0,srciwl4965

Tipe Driver

All modern drivers on Linux use the mac80211 driver framework. Kismet will auto-detect any driver using this framework. A generic source type 'mac80211' can be used for forcing a type, however it is not strictly useful to do so.

adm8211           Kernel adm8211 driver
acx100            Kernel acx100 driver
hostap            Kernel prism2 driver
ipw2100           Kernel Intel 2100 driver
ipw2200           Kernel Intel 2200 driver
ipw2915           Kernel Intel 2915 driver
ipw3945           Kernel intel 3945 driver
iwl4965
mac80211          Generic mac80211 catch-all source for any mac80211 drivers.
madwifi           Madwifi/Madwifi-ng
madwifi_a         Alias for madwifi, default 802.11a channels
madwifi_b         Alias for madwifi, default 802.11b/g channels
madwifi_g         Alias for madwifi, default 802.11b/g channels
madwifi_ag        Alias for madwifi, default 802.11abg channels
nokia770          Conexant-based driver in Nokia Maemo tablets
nokia800          Alias for nokia770
nokia810          Alias for nokia770
nokiaitt          Alias for nokia770
pcapfile          Pcap-formatted previously recorded file
rt2870sta         Out-of-kernel/Staging rt2870 11n driver (use in-kernel instead)
drone             Remote Kismet packet capture, source options
                  "host=..." and "port=..." are required.
                  ncsource=drone:host=localhost,port=2502


Pranala Menarik