Remote Exploit Forums

Go Back   Remote Exploit Forums > Archives > BackTrack v2.0 Final > Tutorials & Guides


Tutorials & Guides Contributions welcome! Please check the rules & guidelines for posting

Reply
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 10-27-2006, 10:51 PM
Junior Member
 
Join Date: Oct 2006
Posts: 22
Default uh oh...

Thanks for the quick response!
Those steps were EXACTLY what I tried, and no dice. However, having done quite a bit of web scouring, I have to say that I'm confused as to why my card (an Atheros 5005G cardbus) is not injecting, as it is supposed to, at least in theory. I read on MadWiFi's page that said app does not support G or superG mode enabled, so perhaps that could be an issue (and if it is, does anyone have any clue how one would go about DISabling that mode?) Or do I need to apply a patch to MadWiFi? To be honest, MadWiFi runs automatically when I start kismet or run airmon, and I wonder if there's a way to manually adjust which Mad driver its using?
Lot of blind postulating, sorry. If anyone else has had this problem, please help.
One last thing - if my card is not associating in BT, could that be a related issue? (it still works fine in windows)
Thanks in advance
Peace
Reply With Quote
  #22 (permalink)  
Old 10-29-2006, 12:50 AM
Junior Member
 
Join Date: Oct 2006
Posts: 22
Default

so.. if I try it and sniff with wlan0, I get malformed packets, if I sniff with wifi0 they're deauth-packets. (always injecting with wlan0, though). wifi0 and wlan0 are both my zcom 325hp+, for some reason with hostap I get those two adapters in iwconfig.
so is it working now?

(I tried to crack my own wlan recently, injected and dumped via wlan0, got 1000000+ ivs and couldn't crack it - might this be due to this issue? )
Reply With Quote
  #23 (permalink)  
Old 11-11-2006, 09:26 PM
Junior Member
 
Join Date: Nov 2006
Posts: 14
Default

i tried it with wireshark and captured the deauth packets, but when i analysed the packets i saw the Receiver as "Broadcast" is it normal?, i think that deauthenticating must be directed not broadcast. Receiver : AP MAC Transmitter: Client MAC it should be. Dont u agree?
__________________
BT 2.0 Beta / MSI s270 Ralink rt2500 AMD T-34 64 Processor, 1 GB RAM
Reply With Quote
  #24 (permalink)  
Old 11-11-2006, 09:29 PM
Junior Member
 
Join Date: Nov 2006
Posts: 14
Default

and there is another issue. in TCP/IP all the packets are routed from the localhost. Seeing the packets on local does not mean that u are sending these packets. I think it should be seen from another device.
__________________
BT 2.0 Beta / MSI s270 Ralink rt2500 AMD T-34 64 Processor, 1 GB RAM
Reply With Quote
  #25 (permalink)  
Old 11-14-2006, 04:24 AM
Senior Member
 
Join Date: Jan 2006
Location: British Columbia, Canada
Posts: 192
Default

Quote:
Originally Posted by taipan
i tried it with wireshark and captured the deauth packets, but when i analysed the packets i saw the Receiver as "Broadcast" is it normal?, i think that deauthenticating must be directed not broadcast...
It is normal. Because the aireplay-ng deauth command does not include a specific client mac it is classified as broadcast as any client on the AP can recieve it. The deauth command can only come from the AP so aireplay-ng generates a packet coming from the target AP directed to either a client you specify or it just broadcasts it to all clients connected to that AP. Hope this answers your question.
__________________
---
Useful HowTo Threads <-- Why do people think I'm joking when I link this?
Reply With Quote
  #26 (permalink)  
Old 11-14-2006, 07:27 AM
Junior Member
 
Join Date: Nov 2006
Posts: 14
Default

Quote:
Originally Posted by hobbes
It is normal. Because the aireplay-ng deauth command does not include a specific client mac it is classified as broadcast as any client on the AP can recieve it. The deauth command can only come from the AP so aireplay-ng generates a packet coming from the target AP directed to either a client you specify or it just broadcasts it to all clients connected to that AP. Hope this answers your question.

very useful information, thank you
__________________
BT 2.0 Beta / MSI s270 Ralink rt2500 AMD T-34 64 Processor, 1 GB RAM
Reply With Quote
  #27 (permalink)  
Old 11-15-2006, 04:52 AM
Junior Member
 
Join Date: Nov 2006
Posts: 11
Default

FTI: I just wanted to say that my Intel Pro Wireless 2915ABG mini-pci on a dell 9300 does not do packet injection. Didn't pass the test.
Reply With Quote
  #28 (permalink)  
Old 11-21-2006, 07:06 AM
Junior Member
 
Join Date: Nov 2006
Posts: 9
Default Oddness

I've tried both of the instructions for the DWL-G122 B1, and when I run the "injection test" I only get malformed packets. I've got the DWL-G122 B1 and here's what I do...

1: after boot is done: modprobe rt2570
2: insert card
3: ifconfig rausb0 up
4: iwconfig rausb0 mode monitor
5: airmon-ng start rausb0 (just in case iwconfig didn't actually do it.)
6: aireplay -0 10 -a 01:02:03:04:05:06 rausb0
7: launch wireshark (ethereal) and look for deauth packets.
8: be sad because there were no deauth packets but a lot of malformed packets.

it might be important to note: when i run airmon-ng start rausb0 it says monitor mode enabled but then says unable to find command force prism header.
Reply With Quote
  #29 (permalink)  
Old 11-21-2006, 11:05 AM
Member
 
Join Date: Nov 2006
Posts: 91
Default

Quote:
1: after boot is done: modprobe rt2570
2: insert card
3: ifconfig rausb0 up
4: iwconfig rausb0 mode monitor
5: airmon-ng start rausb0 (just in case iwconfig didn't actually do it.)
6: aireplay -0 10 -a 01:02:03:04:05:06 rausb0
7: launch wireshark (ethereal) and look for deauth packets.
8: be sad because there were no deauth packets but a lot of malformed packets.
Do this:

1: after boot is done insert card
2: airmon-ng start (DO NOT PUT rausb0 here)
3: aireplay -0 10 -a 01:02:03:04:05:06 rausb0
4: launch wireshark (ethereal) and look for deauth packets.


Continue as before.
Reply With Quote
  #30 (permalink)  
Old 11-21-2006, 05:02 PM
Junior Member
 
Join Date: Nov 2006
Posts: 9
Default

Quote:
Originally Posted by pilotsnipes
Do this:

1: after boot is done insert card
2: airmon-ng start (DO NOT PUT rausb0 here)
3: aireplay -0 10 -a 01:02:03:04:05:06 rausb0
4: launch wireshark (ethereal) and look for deauth packets.


Continue as before.
Do I still modprobe rt2570 and ifconfig rausb0 up?
Reply With Quote
Reply

Bookmarks

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

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



All times are GMT. The time now is 11:03 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2