Remote Exploit Forums

Go Back   Remote Exploit Forums > BackTrack 4 (pre) Final > BackTrack 4 Working Hardware


BackTrack 4 Working Hardware Post your Hardware Specs here.

Reply
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 07-06-2009, 05:20 AM
Junior Member
 
Join Date: Jul 2009
Posts: 14
Default

Quote:
Originally Posted by painstream View Post
jsway112

yup i'm using mon0
these are the aireplay commands that work for me.

aireplay-ng -1 0 -a "BSSID" -h "MYMAC" -e "ESSID" dev
aireplay-ng -3 -b "BSSID" -h "MYMAC" dev
Thanks, That is what I am using. I finally have it working, but it is very slow.
Reply With Quote
  #22 (permalink)  
Old 07-06-2009, 09:12 AM
archangel.amael's Avatar
Moderator
 
Join Date: Nov 2007
Location: behind the wire
Posts: 3,466
Default

Quote:
Originally Posted by jsway112 View Post
Thanks, That is what I am using. I finally have it working, but it is very slow.
Awesome, so now you are going to post a tutorial right?
__________________
The very existence of flame-throwers proves that some time, somewhere, someone said to themselves, You know, I want to set those people over there on fire, but I'm just not close enough to get the job done.
George Carlin
Reply With Quote
  #23 (permalink)  
Old 07-07-2009, 05:55 AM
Junior Member
 
Join Date: Jul 2009
Posts: 14
Default

Quote:
Originally Posted by archangel.amael View Post
Awesome, so now you are going to post a tutorial right?
I would, but my computer is injecting packets painfully slow. I would not wish that on anyone. I will create one as soon as I can get it working faster.

Can you help me understand the different drivers used in BT Beta and BT Pre-Final for the iwl3945 driver?

Backtrack 4 beta is fast, while Backtrack 4 Pre is extremely slow.
Reply With Quote
  #24 (permalink)  
Old 07-07-2009, 09:59 AM
archangel.amael's Avatar
Moderator
 
Join Date: Nov 2007
Location: behind the wire
Posts: 3,466
Default

Quote:
Originally Posted by jsway112 View Post
I would, but my computer is injecting packets painfully slow. I would not wish that on anyone. I will create one as soon as I can get it working faster.

Can you help me understand the different drivers used in BT Beta and BT Pre-Final for the iwl3945 driver?

Backtrack 4 beta is fast, while Backtrack 4 Pre is extremely slow.
Post some info on the drivers that are included.
More than likely it is probably the same one.
__________________
The very existence of flame-throwers proves that some time, somewhere, someone said to themselves, You know, I want to set those people over there on fire, but I'm just not close enough to get the job done.
George Carlin
Reply With Quote
  #25 (permalink)  
Old 07-07-2009, 09:23 PM
Just burned his ISO
 
Join Date: Jul 2009
Posts: 3
Default

BackTrack 4 pre-final

Aireplay-ng 1.0 rc3 r1552
Kernal 2.6.29.4
Intel (R) PRO/WIRELESS 3945ABG/BG Networking Connection driver for linux, 1.2.26kds

Backtrack 4 beta

Aireplay-ng 1.0 rc2 r1385
Kernal 2.6.28.1
Intel (R) PRO/WIRELESS 3945ABG/BG Networking Connection driver for linux, 1.2.26k

Never had a chance to see what the difference between the 1.2.26k and 1.2.26kds are. I did a lsmod and I think bt4 prefinal may be using a few extra modules (forgot to write them down, I will later maybe). I tried to revert back to Aireplay-ng 1.0 rc2 r1385 in BT4 Pre-Final but that had no effect.
Reply With Quote
  #26 (permalink)  
Old 07-08-2009, 05:36 PM
Junior Member
 
Join Date: Jul 2009
Posts: 14
Default

Quote:
Originally Posted by painstream View Post
BackTrack 4 pre-final

Aireplay-ng 1.0 rc3 r1552
Kernal 2.6.29.4
Intel (R) PRO/WIRELESS 3945ABG/BG Networking Connection driver for linux, 1.2.26kds

Backtrack 4 beta

Aireplay-ng 1.0 rc2 r1385
Kernal 2.6.28.1
Intel (R) PRO/WIRELESS 3945ABG/BG Networking Connection driver for linux, 1.2.26k

Never had a chance to see what the difference between the 1.2.26k and 1.2.26kds are. I did a lsmod and I think bt4 prefinal may be using a few extra modules (forgot to write them down, I will later maybe). I tried to revert back to Aireplay-ng 1.0 rc2 r1385 in BT4 Pre-Final but that had no effect.
Thanks for finding that info for me. I wonder if we roll back the driver from 1.2.26kds to 1.2.26k, if it will help speed things up a bit. I am not sure how to do it, but will research how and get back to you.
Reply With Quote
  #27 (permalink)  
Old 07-10-2009, 11:15 AM
Junior Member
 
Join Date: Jul 2009
Posts: 6
Default

ipw3945 works for me with some modification and using the ipwraw driver. Not sure if it is part of the issue but mine is (rev 02), not sure if other people having an issue are also rev 02, i posted a how to (in the wrong place - sorry!), in pre-final working hardware. look there is your having issues.
Reply With Quote
  #28 (permalink)  
Old 11-16-2009, 10:35 PM
New Member
 
Join Date: Nov 2009
Posts: 2
Default Whats working for me

Using Backtrack 4 Pre-Final.

Only mods:
apt-get update
apt-get upgrade

Tested Linksys WUSB54G Ver4

Annoyances: TXpower won't go above 15db
Pro's: Packet injection fast, works very efficiently

Config I used for this device
airmon-ng stop wlan0
ifconfig wlan0 down
macchanger --mac 00:11:22:33:44:55 wla0
airmon-ng start wlan0
airodump-ng -c {channel num} --bssid {bssid of AP} -w {dumpfile name} wlan0

In a new term.
aireplay-ng -3 -b {bssid of AP} wlan0

in a new term
aireplay-ng -1 0 -a {bssid of AP} wlan0

The reason I ran in injection mode before doing a fake auth, is I find it the quickest way to do it. Just my preference.

That works fine for me, packet injection rate is around 500pps. Not tried faster injection rates, thats fast enough for me

Also tried the exact same commands as above with an Alfa AWUS036H and here are the results.

Cons:
Tx power won't go above 20dbM even though the equipment is 5 times more powerful than that.
Packet injection is slow @ around 20pps

However, if I substitute wlan0 for mon0, (including the macchanger command) then packet injection works @ 500pps no hassle. Would probably go faster, but no need. I'm not convinced though that the packet injection works properly, with specific reference to receiving ARP responses. It seems that I have to wait until a client generates an ARP for me, then things fly into action.

Those are my experiences so far.

/Jimbo
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 04:04 AM.


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