LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-04-2007, 03:23 PM   #1
DexterPC
LQ Newbie
 
Registered: Feb 2007
Posts: 12

Rep: Reputation: 0
kismet configuration


I trying to run Kismet, but I having problem with configuration.
I installed Kismet - An 802.11 Wireless Network Sniffer with Yast.
I follow instruction by http://www.kismetwireless.net/docume...n.shtml#readme

I running
Intel centrino
Susie 10.2 OS

My
wireless card is
802.11b
Intel Pro/wireles 3945ABG Network Connection,
Driver: ipw3945

kismet.conf
kismet_drone.conf
kismet_ui.conf
krb5.conf
located at '/etc/kismet...

source=type,interface,name
source=ipw3945,eth1,ipw3945

when I type kismet in terminal this what I get
DexterPC@linux-x55n:~> su
Password:
linux-x55n:/home/DexterPC # kismet
Server options: none
Client options: none
Starting server...
Waiting for server to start before starting UI...
Suid priv-dropping disabled. This may not be secure.
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.
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.

DexterPC@linux-x55n:~> '/etc/kismet.conf'
bash: /etc/kismet.conf: Permission denied

so how I need to configurate Kismet?

Last edited by DexterPC; 03-07-2007 at 07:23 AM.
 
Old 03-04-2007, 06:12 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
I'm not sure what you are looking for. Editing the "source=" line is essentially all you have to do to get Kismet started up.

Do you get an error when trying to start Kismet? Are you making sure to start it with root privileges (and have properly configured which user it should drop privileges down to after it starts)?
 
Old 03-07-2007, 07:26 AM   #3
DexterPC
LQ Newbie
 
Registered: Feb 2007
Posts: 12

Original Poster
Rep: Reputation: 0
Sorry MS3FGX I founded what I was looking? at my own I did not finished edting the post because I was too lazy.
Steel need help how configurate kismet?
 
Old 03-07-2007, 02:15 PM   #4
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
I am a bit confused here. When you run Kismet, it is saying that you don't have any sources configured, but in the first half of your post you list your "source=" line. Are you able to open up the kismet.conf file and get the line written?
 
Old 03-07-2007, 04:41 PM   #5
DexterPC
LQ Newbie
 
Registered: Feb 2007
Posts: 12

Original Poster
Rep: Reputation: 0
Yes, I do not have any sources configured, because when I try to run Kismet.conf I get permission denied even I in with su in terminal.
In first post I was looking how to find out source after reading "kismet read me" article I found out how to find source and after that I edited first post and wrote second. i will be online until 8.00pm now is 4.39pm will try couple things, look more post online and hopely this evening will be able to run kismet.
 
Old 03-07-2007, 08:17 PM   #6
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
You don't run the kismet.conf file, you need to open it in a text editor and add that line to it.
 
Old 03-10-2007, 05:41 PM   #7
DexterPC
LQ Newbie
 
Registered: Feb 2007
Posts: 12

Original Poster
Rep: Reputation: 0
I do not have access to kismet.conf, when I click properties>permissions it shows:
owner: root
access: read and write
group: root
access: read and write
other:
access: read only
execute: blank
context: unknown

how to get access to file?
I read suse help (f1) but it explained what I could do if I would have access.
 
Old 03-10-2007, 06:35 PM   #8
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
As with almost all system-wide configuration files, kismet.conf can only be modified by the root user or a user with root privileges.

To edit the file, either log in as root or use the "sudo" command.
 
Old 03-11-2007, 12:09 PM   #9
DexterPC
LQ Newbie
 
Registered: Feb 2007
Posts: 12

Original Poster
Rep: Reputation: 0
yeasturday I read about permissions, so I tryed, next morning I did:
chmod ugoa+rw /etc/kismet.conf
I putted permission for all groups later will fix it (it seems to work at list now I can save, replace file)
today will read about monitor mode and will try to run kismet
 
Old 03-11-2007, 08:59 PM   #10
Axo
Member
 
Registered: May 2003
Distribution: Debian
Posts: 153

Rep: Reputation: 17
Quote:
Originally Posted by DexterPC
yeasturday I read about permissions, so I tryed, next morning I did:
chmod ugoa+rw /etc/kismet.conf
I putted permission for all groups later will fix it (it seems to work at list now I can save, replace file)
You will have a long hard journey with Linux if you continue to use chmod just to edit a file.

As MS3FGX stated, to edit system-wide configuration files you need to gain root privileges .

Code:
 su
password:
nano is very easy text editor to use.

Code:
 nano /etc/kismet.conf
Use the arrow keys to scroll down to the line that needs to be edited.

Code:
Ctrl o
the letter "o" not zero, will overwrite the file once you have finished, press 'enter' to confirm overwrite.

Code:
Ctrl x
will exit the editor.

You will still have root privileges so its just a matter of running kismet.

Code:
 #kismet
Once you have exited kismet don't forget to use 'exit' to bring you back to your user account.

Good Luck
 
Old 03-16-2007, 07:45 PM   #11
DexterPC
LQ Newbie
 
Registered: Feb 2007
Posts: 12

Original Poster
Rep: Reputation: 0
thank you AXO for advice absolutely will try and you MS3FGX thanks for huge helps.
I want to ask how you put wireless card in monitor mode? I looked at internet and I found only iwpriv eth1 | monitor mode command, but when i press enter in terminal it shows command not found, maybe you know were is a mistake in command?
 
Old 03-16-2007, 08:08 PM   #12
Axo
Member
 
Registered: May 2003
Distribution: Debian
Posts: 153

Rep: Reputation: 17
Code:
 iwconfig eth1 mode monitor
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kismet jimmyjammy Linux - Wireless Networking 1 02-07-2007 02:16 AM
kismet HOW to?? stasik Linux - Wireless Networking 11 11-26-2006 09:04 AM
Kismet help please billcna Linux - Newbie 0 08-09-2004 03:09 PM
Kismet Problems :need help with kismet.conf source qbann Linux - Wireless Networking 6 04-26-2004 05:12 PM
kismet kronixx Linux - Software 2 12-24-2003 03:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration