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 11-17-2004   #1 (permalink)
deeps
Registered Member
 
Join Date: Nov 2004
Posts: 4
Airjack with orinoco card

I need to install the airjack driver, however i do not have a prism2 card, i have a Orinoco card called WavwLan gold. I therefore installed the pcmcia-cs-3.1.31 patch and did the following steps

Initially i compiled the airjack-v0.6.6b-alpha, did make, make install and depmod

1. copy /airjack-v0.6.2-alpha/patches/orinoco.c.patch to /usr/src/pcmcia-cs-3.1.31/wireless/

2. patch -p0 < orinico.c.patch

3. in the /usr/src/pcmcia-cs-3.1.31/wireless/ directory typed "make"

4. copied the .o files into my modules directory (/lib/modules/2.4.20-8/kernel/drivers/net/wireless/

5. depmod

6. restarted pcmcia service

When i did lsmod i could not see airjack_cs, so then i did modprobe airjack_cs, and then i could see it in lsmod

However in lsmod i can see it as being unused. My lsmod looks like follows

Module Size Used by Not tainted
orinoco_cs 5804 2
orinoco 31140 0 [orinoco_cs]
hermes 4804 0 [orinoco_cs orinoco]
airjack_cs 19080 0 (unused)
ds 8680 1
yenta_socket 13472 1
pcmcia_core 57216 0 [orinoco_cs airjack_cs ds yenta_socket]

I tried doing ifconfig and i cannot see aj0.

How shall i make aj0 active. Do i need to change any config file, if yes which config file. I do not have wavelan-ng.conf file, i have 1 conf file in etc/pcmcia.
If i have to change anything in the config file, what would i have to change

Could you pleae help me with this problem. It does not seem to use the airjack_cs module, it uses the orinoco_cs module.

-Thanks
deeps
deeps is offline   Reply With Quote
Old 11-17-2004   #2 (permalink)
G8tK33per
Asshole Emeritus
 
G8tK33per's Avatar
 
Join Date: May 2003
Location: S.E. VA.
Posts: 5,939
Here's Beetle's Airjack install guide:

http://www.geekspeed.net/~beetle/download/wifi_dog.html
__________________
"Benjamin is nobody's friend. If Benjamin were an ice cream flavor, he'd be pralines and dick."

Sons of Confederate Veterans
G8tK33per is offline   Reply With Quote
Old 11-17-2004   #3 (permalink)
Dreadnaught
Registered Member
 
Dreadnaught's Avatar
 
Join Date: Sep 2003
Posts: 23
You won't be able to do much with airjack if you just have one card. You really need a prism card to handle the AP duties (using the hostap driver or maybe the wlan_ng driver will work) in addition to the orinoco card.
__________________
VHS to DVD
Dreadnaught is offline   Reply With Quote
Old 11-18-2004   #4 (permalink)
joswr1ght
Registered Member
 
Join Date: Sep 2004
Posts: 90
Quote:
Originally Posted by Dreadnaught
You won't be able to do much with airjack if you just have one card. You really need a prism card to handle the AP duties (using the hostap driver or maybe the wlan_ng driver will work) in addition to the orinoco card.
Airjack actually works quite well with Orinoco cards; not by design but by chance. Both Orinoco cards and Prism2 cards are based on the same initial "MAC" design (MAC being the name of the engineering company that designed the card, it gets confusing), and Airjack will happily do lots of stuff with an Orinoco card.

The problem here is that the pcmcia configuration is not configured to load the Airjack drivers for this specific card. The configuration of PCMCIA on Linux is too complicated for mere mortals, and I'm not sure how distributions like Fedora handle this stuff, so I'm staying out of it.

Check Beetle's guide for some assistance.

-Josh
__________________
-Joshua Wright
jwright@hasborg.com
http://home.jwu.edu/jwright/

Today I stumbled across the world's largest hotspot. The SSID is "linksys".


Check out the SANS advanced wireless auditing and assessment course:
Los Angeles
joswr1ght is offline   Reply With Quote
Old 11-18-2004   #5 (permalink)
KoreK
Banned in DC
 
KoreK's Avatar
 
Join Date: Jul 2004
Posts: 102
Create an airjack.conf file in the /etc/pcmcia directory, containing those lines:
Code:
device "airjack_cs"
  class "network" module "airjack_cs"

card "my card"
  manfid 0xyyyy, 0xzzzz
  bind "airjack_cs"
Where the manfid are those for your card, when you do a "cardctl ident". Then reload the configuration with "killall -HUP cardmgr". More info in this thread (which also refers to beetle's page). You can also modify directly the /etc/pcmcia/config file, but it's messier.
KoreK is offline   Reply With Quote
Old 11-18-2004   #6 (permalink)
deeps
Registered Member
 
Join Date: Nov 2004
Posts: 4
Quote:
Originally Posted by Dreadnaught
You won't be able to do much with airjack if you just have one card. You really need a prism card to handle the AP duties (using the hostap driver or maybe the wlan_ng driver will work) in addition to the orinoco card.
Hi
Thanks for your suggestion. I was able to load aj0 interface, by making airjack_cs conf file.
But i am kind of confused here, this might be really dumb also. Do i actually, physically need two cards?. How would i use two cards at the same time, i have only one PCMCIA slot. How do you use two cards at the same time?
deeps is offline   Reply With Quote
Old 11-18-2004   #7 (permalink)
G8tK33per
Asshole Emeritus
 
G8tK33per's Avatar
 
Join Date: May 2003
Location: S.E. VA.
Posts: 5,939
Quote:
Originally Posted by deeps
Hi
Thanks for your suggestion. I was able to load aj0 interface, by making airjack_cs conf file.
But i am kind of confused here, this might be really dumb also. Do i actually, physically need two cards?. How would i use two cards at the same time, i have only one PCMCIA slot. How do you use two cards at the same time?
THE SHIFT KEY PEOPLE....START FUCKING USING IT. THIS AIN'T FUCKING AOL!!!!!!!!!

Read this and fucking soak it all in, either learn how to type like big people or GET THE FUCK OFF MOMMY'S COMPUTER!!!!!
__________________
"Benjamin is nobody's friend. If Benjamin were an ice cream flavor, he'd be pralines and dick."

Sons of Confederate Veterans
G8tK33per is offline   Reply With Quote
Old 11-19-2004   #8 (permalink)
joswr1ght
Registered Member
 
Join Date: Sep 2004
Posts: 90
Quote:
Originally Posted by deeps
Hi
Thanks for your suggestion. I was able to load aj0 interface, by making airjack_cs conf file.
But i am kind of confused here, this might be really dumb also. Do i actually, physically need two cards?. How would i use two cards at the same time, i have only one PCMCIA slot. How do you use two cards at the same time?
You need two cards for man-in-the-middle attacks. There is a lot of other stuff you can do with Airjack with only one card.

Why are you using Airjack? What is your goal here?

-Josh
__________________
-Joshua Wright
jwright@hasborg.com
http://home.jwu.edu/jwright/

Today I stumbled across the world's largest hotspot. The SSID is "linksys".


Check out the SANS advanced wireless auditing and assessment course:
Los Angeles
joswr1ght is offline   Reply With Quote
Old 11-19-2004   #9 (permalink)
Dreadnaught
Registered Member
 
Dreadnaught's Avatar
 
Join Date: Sep 2003
Posts: 23
joswr1ght

Quote:
You need two cards for man-in-the-middle attacks. There is a lot of other stuff you can do with Airjack with only one card.
AFAIK, with only one card he can do essid_jack and change his MAC address. What am I missing here?
__________________
VHS to DVD
Dreadnaught is offline   Reply With Quote
Old 11-20-2004   #10 (permalink)
deeps
Registered Member
 
Join Date: Nov 2004
Posts: 4
Quote:
Originally Posted by joswr1ght
You need two cards for man-in-the-middle attacks. There is a lot of other stuff you can do with Airjack with only one card.

Why are you using Airjack? What is your goal here?

-Josh
Hi Josh

Thanks for responding. I am doing a class project to demonstrate vulnerabilities in 802.11, therefore i am using airjack.

I was able to do wlan_jack with one card. What other things can i do?. I don't know much about essid_jack. But i never knew that there could be laptops with 2 pcmcia slot, as for monkey_jack you would need such a laptop. Do you only need a laptop or are there special NICs for this purpose. If i am unable to get hardware i would have to demonstrate other things airjack can do.
Could you please inform me about other features.

-Deeps
deeps 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 12:45 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.