cara install Kismet dan setting di Linux

Assalamualaikum WR.WB. selamat malam minggu sob, pada kemana nih? cuma didepan PC? Ketahuan loe JONES :v .

okelah lanjut, pada kesempatan hari ini saya akan membagikan tutorial Cara install Kismet dan setting di Linux.

apa itu Kismet?
kismet  adalah Sebuah tools terbaik dan satu-satunya di dunia yang mampu mendeteksi setiap jaringan (network) wireless dengan sempurna tanpa cacat sekalipun jaringan tersebut telah berusaha disembunyikan. Dengan tools standar, kita kadang terkecoh bahwa ternyata ada jaringan yang tetap ada namun tak terpantau oleh komputer kita. Kismet adalah detektor jaringan wireless, sniffer, dan sistem pendeteksi penyusup pada komputer. Kismet dapat bekerja pada beragam tipe wireless card, dengan syarat wireless card kita memiliki fitur MODE MONITOR. Kismet dapat melakukan sniffing pada traffic-traffic 802.11b, 802.11a, dan 802.11g.

pertama buka terminal kesayangan anda dengan perintah
apt-get install kismet



setelah selesai installasi, kita setting Kismet nya supaya berfungsi dengan cara.
sudo leafpad /etc/kismet/kismet.conf

setelah itu  cari kata
source=type,interface,name[,channel]
 ganti dengan kata
  source=ipw3945,eth1,addme (your capture source)
 untuk mengetahui tipe wirelles card anda ketikkan  perintah
lspci
 setelah selesai lalu simpan, lalu buka kismet dengan perintah
sudo kismet
inilah penampakan kismetnya





ALAT DI DALAM KISMET ANTARA LAIN :

  kismet_server – The Kismet server component

 root@boncel:~# kismet_server -h
Usage: kismet_server [OPTION]
Nearly all of these options are run-time overrides for values in the
kismet.conf configuration file.  Permanent changes should be made to
the configuration file.
 *** Generic Options ***
 -v, --version                Show version
 -f, --config-file <file>     Use alternate configuration file
     --no-line-wrap           Turn of linewrapping of output
                              (for grep, speed, etc)
 -s, --silent                 Turn off stdout output after setup phase
     --daemonize              Spawn detatched in the background
     --no-plugins             Do not load plugins
     --no-root                Do not start the kismet_capture binary
                               when not running as root.  For no-priv
                               remote capture ONLY.

 *** Kismet Client/Server Options ***
 -l, --server-listen          Override Kismet server listen options

 *** Kismet Remote Drone Options ***
     --drone-listen           Override Kismet drone listen options

 *** Dump/Logging Options ***
 -T, --log-types <types>      Override activated log types
 -t, --log-title <title>      Override default log title
 -p, --log-prefix <prefix>    Directory to store log files
 -n, --no-logging             Disable logging entirely

 *** Packet Capture Source Options ***
 -c, --capture-source         Specify a new packet capture source
                              (Identical syntax to the config file)
 -C, --enable-capture-sources Enable capture sources (comma-separated
                              list of names or interfaces)

 *** Kismet Net Tracking Options ***
     --filter-tracker         Tracker filtering

 *** Kismet GPS Options ***
     --use-gpsd-gps (h:p)     Use GPSD-controlled GPS at host:port
                              (default: localhost:2947)
     --use-nmea-gps (dev)     Use local NMEA serial GPS on device
                              (default: /dev/ttyUSB0)
     --use-virtual-gps
                (lat,lon,alt) Use a virtual fixed-position gps record
     --gps-modelock <t:f>     Force broken GPS units to act as if they
                              have a valid signal (true/false)
     --gps-reconnect <t:f>    Reconnect if a GPS device fails
                              (true/false)

   kismet_client – The Kismet client component

 root@boncel:~# kismet_client -h
Usage: kismet_client [OPTION]
 *** Generic Options ***
 -h, --help                   The obvious


 kismet_drone – The Kismet drone component
 root@boncel:~# kismet_drone -h
Usage: kismet_drone [OPTION]
Nearly all of these options are run-time overrides for values in the
kismet.conf configuration file.  Permanent changes should be made to
the configuration file.
 *** Generic Options ***
 -f, --config-file            Use alternate configuration file
     --no-line-wrap           Turn of linewrapping of output
                              (for grep, speed, etc)
 -s, --silent                 Turn off stdout output after setup phase
     --daemonize              Spawn detatched in the background

 *** Kismet Remote Drone Options ***
     --drone-listen           Override Kismet drone listen options

 *** Packet Capture Source Options ***
 -c, --capture-source         Specify a new packet capture source
                              (Identical syntax to the config file)
 -C, --enable-capture-sources Enable capture sources (comma-separated
                              list of names or interfaces)

kismet – The main Kismet launcher

 root@boncel:~# kismet -h
Usage: /usr/bin/kismet_server [OPTION]
Nearly all of these options are run-time overrides for values in the
kismet.conf configuration file.  Permanent changes should be made to
the configuration file.
 *** Generic Options ***
 -v, --version                Show version
 -f, --config-file <file>     Use alternate configuration file
     --no-line-wrap           Turn of linewrapping of output
                              (for grep, speed, etc)
 -s, --silent                 Turn off stdout output after setup phase
     --daemonize              Spawn detatched in the background
     --no-plugins             Do not load plugins
     --no-root                Do not start the kismet_capture binary
                               when not running as root.  For no-priv
                               remote capture ONLY.

 *** Kismet Client/Server Options ***
 -l, --server-listen          Override Kismet server listen options

 *** Kismet Remote Drone Options ***
     --drone-listen           Override Kismet drone listen options

 *** Dump/Logging Options ***
 -T, --log-types <types>      Override activated log types
 -t, --log-title <title>      Override default log title
 -p, --log-prefix <prefix>    Directory to store log files
 -n, --no-logging             Disable logging entirely

 *** Packet Capture Source Options ***
 -c, --capture-source         Specify a new packet capture source
                              (Identical syntax to the config file)
 -C, --enable-capture-sources Enable capture sources (comma-separated
                              list of names or interfaces)

 *** Kismet Net Tracking Options ***
     --filter-tracker         Tracker filtering

 *** Kismet GPS Options ***
     --use-gpsd-gps (h:p)     Use GPSD-controlled GPS at host:port
                              (default: localhost:2947)
     --use-nmea-gps (dev)     Use local NMEA serial GPS on device
                              (default: /dev/ttyUSB0)
     --use-virtual-gps
                (lat,lon,alt) Use a virtual fixed-position gps record
     --gps-modelock <t:f>     Force broken GPS units to act as if they
                              have a valid signal (true/false)
     --gps-reconnect <t:f>    Reconnect if a GPS device fails
                              (true/false)

 

kismet_server Usage Example

 Start the Kismet server, using the wireless interface as the capture source (-c wlan0) and use the external GPSD option (–use-gpsd-gps):

 

root@boncel:~# kismet_server -c wlan0 --use-gpsd-gps
ERROR: Kismet was started as root, NOT launching external control binary.
       This is NOT the preferred method of starting Kismet as Kismet will
       continue to run as root the entire time.  Please read the README
       file section about Installation & Security and be sure this is what
       you want to do.
INFO: Reading from config file /etc/kismet/kismet.conf
INFO: No 'dronelisten' config line and no command line drone-listen
      argument given, Kismet drone server will not be enabled.
INFO: Created alert tracker...
INFO: Creating device tracker...
INFO: Registered 80211 PHY as id


sekian artike cara install kismet dan setting di Linux dari saya, semoga bermanfaat .
    PERINGATAN

Jika ingin membagikan artikel ini melalui blog anda, silakan tulis ulang dengan narasi sendiri.
Jangan asal copy paste artikel ini, semua konten di sini telah dilindungi DMCA.com Protection Status

Share this

Related Posts

Previous
Next Post »