The Following 4 Users Say Thank You to Tantris For This Useful Post: | ||
|
2008-03-22
, 19:08
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#82
|
|
2008-03-22
, 19:24
|
Posts: 53 |
Thanked: 24 times |
Joined on Jan 2008
|
#83
|
|
2008-03-22
, 19:57
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#84
|
|
2008-03-22
, 20:00
|
Posts: 53 |
Thanked: 24 times |
Joined on Jan 2008
|
#85
|
|
2008-03-22
, 22:49
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#86
|
|
2008-03-23
, 12:50
|
Posts: 422 |
Thanked: 244 times |
Joined on Feb 2008
|
#87
|
The Following User Says Thank You to paulkoan For This Useful Post: | ||
|
2008-03-23
, 12:59
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#88
|
|
2008-03-23
, 14:42
|
Posts: 53 |
Thanked: 24 times |
Joined on Jan 2008
|
#89
|
The Following User Says Thank You to Tantris For This Useful Post: | ||
|
2008-03-25
, 01:00
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#90
|
Packages to install before kismet:
flite (Speech output when a new wlan is found. Very cool)
aircrack-ng (airmon-ng is fine to get your wlan *out* of monitor mode once you quit kismet, otherwise you might have to reboot your tablet)
becomeroot (we need some way to become root)
Install kismet from tz1's link (you might need the red pill mode for this, but I don't know exactly - it might work as root in a shell with dpkg -i [debfile])
! Important: Use this only with tz1's build! eko's build places the .conf-files under /etc/kismet !
Download my confs from http://rapidshare.com/files/10086066...confs.tgz.html
and save this .tgz-file somewhere on your tablet where you will find it again.
Open a x-term shell, become root (sudo gainroot) and copy the file you just downloaded to /usr/etc and untar it there:
cp kismet_confs.tgz /usr/etc
cd /usr/etc
tar -xzvf kismet_confs.tgz
This will overwrite the standard .confs with my versions.
Changes from tz1's original confs:
1.) Disable apm (doesn't work anyway)
2.) disable sound (same)
3.) enable speech (with flite)
4.) change the capture source from prism54g (produces rubbish) to nokia770 (fine)
The data files will be written to /media/mmc1/, so you should have an exchangable card in there, if you want to change it, edit kismet.conf.
I can only say that it works fine for me, so I hope it will for you.
Oh and if you want metric units (for speed from gps and stuff) set
metric=true in kismet.conf
/Edit: Forgot half of the important stuff ;-)
Running Kismet
============
Set your wlan to *not* connect automatically, if you are connected to a wlan, quit the connection (gray wlan symbol).
Open your terminal, become root, and start kismet by typing kismet ;-)
After running kismet your wlan might be in some half-zombie mode (you have this case if you click on your gray wlan icon and it won't find any wlans).
In this case type
airmon-ng stop wlan0
This should do the trick
Last edited by Tantris; 2008-03-20 at 01:43.