View previous topic :: View next topic |
Author |
Message |
queen Veteran
Joined: 19 Jul 2005 Posts: 1642
|
Posted: Thu Sep 07, 2006 9:23 pm Post subject: kismet configuration |
|
|
I would like to detect hidden essid. I installed kismet but i have a configuration error.
Here is the output i get when i try to invoke kistmet:
Code: | # kismet
Server options: none
Client options: none
Starting server...
Waiting for server to start before starting UI...
Will drop privs to carin (1001) gid 100
No specific sources given to be enabled, all will be enabled.
Enabling channel hopping.
Enabling channel splitting.
NOTICE: Disabling channel hopping, no enabled sources are able to change channel.
Dropped privs to carin (1001) gid 100
Source 0 (addme): Opening none source interface none...
FATAL: Please configure at least one packet source. Kismet will not function if no packet sources are defined in kismet.conf or on the command line. Please read the README for more information about configuring Kismet.
Kismet exiting.
|
Here is my /etc/kismet.conf file (snipped)
Code: | source=none,none,addme
filter_tracker=BSSID
|
Not sure exactly what i should fill in this field. My wifi card is eth2, with ipw2200 driver. And in filter_tracker I dont see an option of essid. |
|
Back to top |
|
|
Kruegi Guru
Joined: 09 Feb 2005 Posts: 406 Location: Clausthal-Zellerfeld; DE
|
Posted: Fri Sep 08, 2006 7:07 am Post subject: |
|
|
Code: | source=ipw2200,eth2,some_name
enablesources=some_name |
BTW: it's all in the README.
Thomas |
|
Back to top |
|
|
queen Veteran
Joined: 19 Jul 2005 Posts: 1642
|
Posted: Fri Sep 08, 2006 7:45 am Post subject: |
|
|
Kruegi wrote: | Code: | source=ipw2200,eth2,some_name
enablesources=some_name |
BTW: it's all in the README.
Thomas |
Thank you. I looked for README. Couldn't find it. i searched locate kismet and it found /etc/kismet_ui.conf
/etc/conf.d/kismet
/etc/init.d/kismet
/etc/kismet.conf
/etc/kismet_drone.conf
and few others but no README. Searching now again with locate i see there is a readme gzipped. Probably i was blind for few minutes.
Now i changed as you mentioned and i still get an error: Code: | # kismet
Server options: none
Client options: none
Starting server...
Waiting for server to start before starting UI...
Will drop privs to carin (1001) gid 100
Enabling channel hopping.
Enabling channel splitting.
Source 0 (Kismet): Enabling monitor mode for ipw2200 source interface eth2 channel 6...
Source 0 (Kismet): Opening ipw2200 source interface eth2...
Spawned channelc control process 14777
Dropped privs to carin (1001) gid 100
Allowing clients to fetch WEP keys.
WARNING: Disabling GPS logging.
Enabling tracker filtering.
FATAL: Couldn't parse filter line, no '(' found.
Sending termination request to channel control child 14777...
Waiting for channel control child 14777 to exit...
WARNING: Sometimes cards don't always come out of monitor mode
cleanly. If your card is not fully working, you may need to
restart or reconfigure it for normal operation.
Kismet exiting.
|
Instead of some_name i wrote Kismet. |
|
Back to top |
|
|
Kruegi Guru
Joined: 09 Feb 2005 Posts: 406 Location: Clausthal-Zellerfeld; DE
|
Posted: Fri Sep 08, 2006 11:22 am Post subject: |
|
|
All documentation is located in /usr/share/doc.
Thomas |
|
Back to top |
|
|
|