NetStumbler.org Forums

Go Back   NetStumbler.org Forums > Software > Unix/Linux
Register Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 04-29-2006   #1 (permalink)
zookolo
Registered Member
 
zookolo's Avatar
 
Join Date: Apr 2006
Posts: 3
Exclamation Auditor Security Collection CD - Airodump

Hi,

I’m using the LinkSys WPC11 with the orinoco_cs that Auditor Security Collection CD installed automatically

I’m brand new to Linux and have been surfing Linux forums for the past few hours trying to get some knowledge on using the distribution. Below are the commands I have bashed out. I’m unsure to why I can’t get the card into monitor mode as it seems to be possible. Do I need to change the driver?

I would greatly appreciate someone to point me in the right direction.

P.s last night I posted a tropic and to my surprise it is no longer on the forum.


Code:
   airodump 2.1 - (C) 2004 Christophe Devine

  

   usage: airodump <wifi interface> <output filename> [mac filter]




root@1[~]# iwconfig

lo	   no wireless extensions.



eth0	   IEEE 802.11-DS  ESSID:""  Nickname:"Prism  I"

        Mode:Managed  Frequency:2.447 GHz  Access Point: 44:44:44:44:44:44

        Bit Rate:2 Mb/s   Tx-Power=15 dBm   Sensitivity:1/3

        Retry min limit:8   RTS thr:off   Fragment thr:off

        Encryption key:off
 	Power Management:off
	Quality=0/92  Signal level=-68 dBm  Noise level=-122 dBm

	Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
 
	Tx excessive retries:0  Invalid misc:0   Missed beacon:0



eth1       no wireless extensions.
   	   

root@1[~]# iwconfig eth0 mode monitor

Error for wireless request "Set Mode" (8B06) :
    
   SET failed on device eth0 ; Invalid argument.

root@1[~]# iwpriv

lo        no private ioctls.



eth0      Available private ioctl :

          force_reset      (8BE0) : set   0       & get   0
                  card_reset       (8BE1) : set   0       & get   0
          	  set_port3        (8BE2) : set   1 int   & get   0
          	  get_port3        (8BE3) : set   0       & get   1 int
          	  set_preamble    (8BE4) : set   1 int   & get   0
          	  get_preamble    (8BE5) : set   0       & get   1 int
          	  set_ibssport     (8BE6) : set   1 int   & get   0
          	  get_ibssport     (8BE7) : set   0       & get   1 int
          	  monitor           (8BE8) : set   2 int   & get   0
          	  dump_recs       (8BFF) : set   0       & get   0



eth1       no private ioctls.



root@1[~]#
__________________
¤¥¢§Ç.. ÅNgëL§ FLy In ÇiR¢L˧ ..ǧ¢¥¤
zookolo is offline   Reply With Quote
Old 04-29-2006   #2 (permalink)
fregniacciaro
Where's my Guinness?
 
fregniacciaro's Avatar
 
Join Date: Jun 2002
Location: Sq'rat on the loose!! Shoot 'im! (not you G8t)
Posts: 1,943
Quote:
Originally Posted by zookolo
Hi,

I’m using the LinkSys WPC11 with the orinoco_cs that Auditor Security Collection CD installed automatically

I’m brand new to Linux and have been surfing Linux forums for the past few hours trying to get some knowledge on using the distribution. Below are the commands I have bashed out. I’m unsure to why I can’t get the card into monitor mode as it seems to be possible. Do I need to change the driver?

I would greatly appreciate someone to point me in the right direction.

P.s last night I posted a tropic and to my surprise it is no longer on the forum.


Code:
   airodump 2.1 - (C) 2004 Christophe Devine

  

   usage: airodump <wifi interface> <output filename> [mac filter]




root@1[~]# iwconfig

lo	   no wireless extensions.



eth0	   IEEE 802.11-DS  ESSID:""  Nickname:"Prism  I"

        Mode:Managed  Frequency:2.447 GHz  Access Point: 44:44:44:44:44:44

        Bit Rate:2 Mb/s   Tx-Power=15 dBm   Sensitivity:1/3

        Retry min limit:8   RTS thr:off   Fragment thr:off

        Encryption key:off
 	Power Management:off
	Quality=0/92  Signal level=-68 dBm  Noise level=-122 dBm

	Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
 
	Tx excessive retries:0  Invalid misc:0   Missed beacon:0



eth1       no wireless extensions.
   	   

root@1[~]# iwconfig eth0 mode monitor

Error for wireless request "Set Mode" (8B06) :
    
   SET failed on device eth0 ; Invalid argument.

root@1[~]# iwpriv

lo        no private ioctls.



eth0      Available private ioctl :

          force_reset      (8BE0) : set   0       & get   0
                  card_reset       (8BE1) : set   0       & get   0
          	  set_port3        (8BE2) : set   1 int   & get   0
          	  get_port3        (8BE3) : set   0       & get   1 int
          	  set_preamble    (8BE4) : set   1 int   & get   0
          	  get_preamble    (8BE5) : set   0       & get   1 int
          	  set_ibssport     (8BE6) : set   1 int   & get   0
          	  get_ibssport     (8BE7) : set   0       & get   1 int
          	  monitor           (8BE8) : set   2 int   & get   0
          	  dump_recs       (8BFF) : set   0       & get   0



eth1       no private ioctls.



root@1[~]#

It's still here.
http://netstumbler.org/showthread.php?t=18926&page=6

Read the replies...
__________________
When I was your age, television was called books. And this is a special book. It was the book my father used to read to me when I was sick, and I used to read it to your father. And today, I'm gonna read it to you.

Rompipalle della Chiesa del WiFi
SHAMELESS PLUG!

"Are you trying to irritate my colon ? Because if you are, I'll shit all over you in such a way you'll end up in a sanatorium, never to be heard from again."
--Dutch
fregniacciaro is offline   Reply With Quote
Old 04-29-2006   #3 (permalink)
MikeP928
Heeere's your sign!
 
MikeP928's Avatar
 
Join Date: May 2002
Location: Mexico Beach, FL
Posts: 1,166
Quote:
Originally Posted by zookolo
Hi,

I’m using the LinkSys WPC11 with the orinoco_cs that Auditor Security Collection CD installed automatically

I’m brand new to Linux and have been surfing Linux forums for the past few hours trying to get some knowledge on using the distribution. Below are the commands I have bashed out. I’m unsure to why I can’t get the card into monitor mode as it seems to be possible. Do I need to change the driver?

I would greatly appreciate someone to point me in the right direction.

P.s last night I posted a tropic and to my surprise it is no longer on the forum.
It's still here. It was moved to the newbie bin, just like this one will be as soon as the mods get over their hangovers.

Here's a hint to save you a lot of grief around here. Read the Welcome Desk and FAQs. Also we don't do your homework for you. Go to the site that created the software you are interested in. They wrote it, they will support it if anyone does. This site supports NetStumbler, not Auditor or Linksys.

MikeP
__________________
Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote.
-- Benjamin Franklin, 1759
MikeP928 is offline   Reply With Quote
Old 04-29-2006   #4 (permalink)
zookolo
Registered Member
 
zookolo's Avatar
 
Join Date: Apr 2006
Posts: 3
Yes I think that may be best. Thanks.
__________________
¤¥¢§Ç.. ÅNgëL§ FLy In ÇiR¢L˧ ..ǧ¢¥¤
zookolo is offline   Reply With Quote
Old 04-29-2006   #5 (permalink)
Thorn
Did you do the math?
 
Thorn's Avatar
 
Join Date: Apr 2002
Location: Villa Straylight
Posts: 10,098
My hangover isn't that bad this morning, and I need another Fork Cluster on my Fleur de Spoon.

Quote:
Originally Posted by zookolo
Hi,

I’m using the LinkSys WPC11 with the orinoco_cs that Auditor Security Collection CD installed automatically
To quote Adam Savage of MythBusters, "Well, there's your problem!"

You're using a ORiNOCO/Hermes driver with a Prism chipset card.

Head over to the Auditor/Backtrack forums. www.remote-exploit.org They can tell you how to load different drivers. Alternately, buy an ORiNOCO Classic Gold, which is the card for the drivers you are loading.
__________________
Thorn
"I'm The Doctor. I'm a Time Lord. I am from the planet Gallifrey in the constellation Kasterborous. I'm 903 years old and I am the man who is going to save your lives and all 6 billion people on the planet below... You got a problem with that?"

Last edited by Thorn : 04-29-2006 at 09:15 AM.
Thorn is offline   Reply With Quote
Old 04-29-2006   #6 (permalink)
wrzwaldo
I amuse you?
 
Join Date: Dec 2003
Posts: 9,127
Quote:
Originally Posted by Thorn
My hangover isn't that bad this morning, and I need another Fork Cluster on my Fleur de Spoon.

To quote Adam Savage of MythBusters, "Well, there's your problem!"

You're using a ORiNOCO/Hermes driver with a Prisim chipset card.

Head over to the Auditor/Backtrack forums. www.remote-exploit.org They can tell you how to load different drivers. Alternately, buy an ORiNOCO Classic Gold, which is the card for the drivers you are loading.

And depending on which WPC11 it is it may not even be Prism.
wrzwaldo is offline   Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Google
 
Web NetStumbler.org

All times are GMT -7. The time now is 01:37 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 ©2007, Crawlability, Inc.


All messages express the views of the author and are for entertainment purposes only. Netstumbler.org cannot be held responsible for the authenticity of the content or the actions of its members. By using this site and its services, you warrant that you will not post any messages that are discriminating, obscene, hateful, threatening, or otherwise violates any laws and you release Netstumbler.org from any future claims of any kind whatsoever including, but not limited to, addiction and loss of productivity. All forum messages, private messages and any other content are properties of Netstumbler.org. Even if publicly available, personal or copyrighted information are not to be posted without the consent of the owner. Distribution of licensed and copyrighted materials in any way not endorsed by the copyright owner is strictly prohibited. You may not use this site and its resources to spam other sites or individuals or perform any action that violates any law. Items sold or bought in the For Sale forum are sold as is and no warranty or insurance of any kind is provided. Netstumbler.org cannot be held responsible for the outcome of any transactions and no warranty of any kind is provided, either express or implied. Vulgar words are not allowed in the subject lines ; they may be used in the message body in any forum. The Administrator, Super Moderators and Moderators of Netstumbler.org have the right to remove, edit, move or close any thread for any reason and to reveal your identity and other known information in the event of a complaint or legal action arising from any message posted by you.