Difference between revisions of "Kismet"

From OnnoWiki
Jump to navigation Jump to search
(New page: ==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' ...)
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
==Install Kismet==
  
 +
sudo apt-get install kismet
  
 +
==Cara Cek Chipset==
 +
 +
lspci | grep Network
 +
 +
jika menggunakan USB WiFi
 +
 +
lsusb
 +
 +
==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==
 
==Tipe Driver==
  
All modern drivers on Linux use the mac80211 driver framework.  Kismet
+
All modern drivers on Linux use the mac80211 driver framework.  Kismet
      will auto-detect any driver using this framework.  A generic source
+
will auto-detect any driver using this framework.  A generic source
      type 'mac80211' can be used for forcing a type, however it is not
+
type 'mac80211' can be used for forcing a type, however it is not
      strictly useful to do so.
+
strictly useful to do so.
  
      adm8211          Kernel adm8211 driver
+
adm8211          Kernel adm8211 driver
      acx100            Kernel acx100 driver
+
acx100            Kernel acx100 driver
      hostap            Kernel prism2 driver
+
hostap            Kernel prism2 driver
      ipw2100          Kernel Intel 2100 driver
+
ipw2100          Kernel Intel 2100 driver
      ipw2200          Kernel Intel 2200 driver
+
ipw2200          Kernel Intel 2200 driver
      ipw2915          Kernel Intel 2915 driver
+
ipw2915          Kernel Intel 2915 driver
      ipw3945          Kernel intel 3945 driver
+
ipw3945          Kernel intel 3945 driver
      mac80211          Generic mac80211 catch-all source for any mac80211
+
iwl4965
                        drivers.
+
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
+
madwifi          Madwifi/Madwifi-ng
      rt2870sta         Out-of-kernel/Staging rt2870 11n driver (use
+
madwifi_a        Alias for madwifi, default 802.11a channels
                        in-kernel instead)
+
madwifi_b        Alias for madwifi, default 802.11b/g channels
      drone            Remote Kismet packet capture, source options
+
madwifi_g         Alias for madwifi, default 802.11b/g channels
                        "host=..." and "port=..." are required.
+
madwifi_ag        Alias for madwifi, default 802.11abg channels
                        ncsource=drone:host=localhost,port=2502
+
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
 +
 +
 +
==Menjalankan Kismet==
 +
 +
# kismet
 +
 +
 +
Beberapa perintah penting
 +
 +
s - sortir hasil scan
 +
c - lihat client dari sebuah [[Access Point]] (ada [[MAC Address]] & [[IP address]])
  
 
==Pranala Menarik==
 
==Pranala Menarik==
 +
 +
* [[Backtrack]]
 +
* [[Wireless Hacking]]
 +
* [[Backtrack: Kismet Siapkan Kernel untuk RT8270 Linksys WUSB600N]]
 +
 +
[[Category: hacking]]

Latest revision as of 05:16, 8 June 2010

Install Kismet

sudo apt-get install kismet

Cara Cek Chipset

lspci | grep Network

jika menggunakan USB WiFi

lsusb

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


Menjalankan Kismet

# kismet


Beberapa perintah penting

s - sortir hasil scan
c - lihat client dari sebuah Access Point (ada MAC Address & IP address)

Pranala Menarik