IndoCisc
msgbartop
Security News
msgbarbottom

03 Sep 09 Wardriving Setup (1)

Intro
Howto untuk GNU/Linux Debian Lenny kernel 2.6.26-2-686.

Hardware used

  • Laptop: Acer Aspire 5583NWXMi
  • Wifi: Intel Corporation PRO/Wireless 3945ABG
  • Antenna: -
  • GPS: HOLUX M-1000

Installation
apt-get install kismet gpsd gpsdrive
mysql & python (bersambung … he he)

Bluetooth Setup

  • Scan bluetooth devices:

hciconfig
hciconfig hci0 up
hcitool scan

  • Tambahkan GPS device:

vim /etc/bluetooth/rfcomm.conf

rfcomm0 {
bind yes;
device 00:1B:C1:05:89:A0;
channel 1;
comment "HOLUX M-1000";
}

  • Bind the device

rfcomm bind rfcomm0

Testing the GPS device
cat /dev/rfcomm0

Kismet Setup
vim /etc/kismet/kismet.conf

source=ipw3945,wlan0,ZUYYIN
gps=true
waypoints=true
waypointdata=/root/.gpsdrive/way.txt

GPSD Setup

  • Start gpsd:

gpsd /dev/rfcomm0

  • Test output:

telnet localhost 2947

GpsDrive Setup
(bersambung …)

Running the programs
kismet
gpsdrive

Converting waypoints to google earth format
(bersambung …)

Logs
(bersambung …)

Bersambung …

Tags: , ,



Leave a Comment