Hello all,
Alright, first off I have a Dell Inspiron 1520 Laptop, with a Dell WLAN 1390 Mini Card, which is a broadcom chipset, using the bcm43xx drivers included in BT3 beta. So, with aireplay-ng, I can successfully inject ARP packets and increase the IVs. However, if left without the -x option, it begins to inject packets at 499-500 packets per second, then gives me an error about memory buffer overflow or something (I will double check the exact message when I next boot into backtrack). When I use the -x option to limit the pps to about 150, it works great, and I can inject until I have enough IVs consistently until I have enough, but is there any way I can increase the rate at which my card will let me inject? Also I know this is a problem with my card, because I have tried it at home, as well as my friend letting me borrow his AP to try it on. Thanks!
Alright, thanks, somehow I was able to get 300 pps just a few minutes ago, I'm not sure how though. Thanks for the answer though, I just read some documentation and it said that injection was slower on broadcom, so I guess I am pretty lucky i can get 150 on average.
I have the Broadcom 4311 and it injects constantly at a rate of 500pps. All packets injected are valid. Its the best card I have for pps...its even better than any other card I have. The down side to this is that it locks up every 5 seconds and I have to repeat the command line to "re-inject"..and thats such a pain in the as....other than that, no problems with it at all.
[CENTER][FONT=Book Antiqua][SIZE=5][B][COLOR=blue][FONT=Courier New][COLOR=red]--=[/COLOR][/FONT]Xploitz[FONT=Courier New][COLOR=red]=--[/COLOR][/FONT][/COLOR][/B][/SIZE][/FONT][FONT=Courier New][COLOR=Black][SIZE=6][B] ®[/B][/SIZE][/COLOR][/FONT][/CENTER]
[CENTER][SIZE=4][B]Remote-Exploit.orgs Master Tutorialist.[/B][/SIZE][SIZE=6][B]™
[/B][/SIZE]
[URL="http://forums.remote-exploit.org/showthread.php?t=9063"][B]VIDEO: Volume #1 "E-Z No Client WEP Cracking Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=7872"][B]VIDEO: Volume #2 "E-Z No Client Korek Chopchop Attack Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8230"][B]VIDEO: Volume #3 "E-Z WPA/WPA2 Cracking Tutorial"[/B][/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8041"][B]VIDEO: Volume #4 "E-Z Cracking WPA/WPA2 With Airolib-ng Databases"[/B][/URL]
[/CENTER]
I felt like bending the bars back, and ripping out the window frames and eating them. yes, eating them! Leaping, leaping, leaping! Colonics for everyone! All right! You dumb*sses. I'm a mental patient. I'm *supposed* to act out!
[CENTER][FONT=Book Antiqua][SIZE=5][B][COLOR=blue][FONT=Courier New][COLOR=red]--=[/COLOR][/FONT]Xploitz[FONT=Courier New][COLOR=red]=--[/COLOR][/FONT][/COLOR][/B][/SIZE][/FONT][FONT=Courier New][COLOR=Black][SIZE=6][B] ®[/B][/SIZE][/COLOR][/FONT][/CENTER]
[CENTER][SIZE=4][B]Remote-Exploit.orgs Master Tutorialist.[/B][/SIZE][SIZE=6][B]™
[/B][/SIZE]
[URL="http://forums.remote-exploit.org/showthread.php?t=9063"][B]VIDEO: Volume #1 "E-Z No Client WEP Cracking Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=7872"][B]VIDEO: Volume #2 "E-Z No Client Korek Chopchop Attack Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8230"][B]VIDEO: Volume #3 "E-Z WPA/WPA2 Cracking Tutorial"[/B][/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8041"][B]VIDEO: Volume #4 "E-Z Cracking WPA/WPA2 With Airolib-ng Databases"[/B][/URL]
[/CENTER]
Theres a fix for that as well.
Code:http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
You might need to make a module out of latest kernel, so I would probably go this route:
Code:
# get a copy of the tree
git clone git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
cd wireless-2.6
# checkout all the other stuff
git checkout -b everything
# copy your existing kernel config
cp /boot/configxxxxxxxxx .config
make menuconfig
# make sure the bcm driver is configured as a module
make
sudo make install
Thanks goes to Berkut for pointing this out to me a few months ago.See this thread for more details.
![]()
[CENTER][FONT=Book Antiqua][SIZE=5][B][COLOR=blue][FONT=Courier New][COLOR=red]--=[/COLOR][/FONT]Xploitz[FONT=Courier New][COLOR=red]=--[/COLOR][/FONT][/COLOR][/B][/SIZE][/FONT][FONT=Courier New][COLOR=Black][SIZE=6][B] ®[/B][/SIZE][/COLOR][/FONT][/CENTER]
[CENTER][SIZE=4][B]Remote-Exploit.orgs Master Tutorialist.[/B][/SIZE][SIZE=6][B]™
[/B][/SIZE]
[URL="http://forums.remote-exploit.org/showthread.php?t=9063"][B]VIDEO: Volume #1 "E-Z No Client WEP Cracking Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=7872"][B]VIDEO: Volume #2 "E-Z No Client Korek Chopchop Attack Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8230"][B]VIDEO: Volume #3 "E-Z WPA/WPA2 Cracking Tutorial"[/B][/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8041"][B]VIDEO: Volume #4 "E-Z Cracking WPA/WPA2 With Airolib-ng Databases"[/B][/URL]
[/CENTER]
Hey Xploitz, I guess I didn't explain it all, I can do 500 pps for around 5 sec before it gives me the
write failed: Cannot allocate memory
wi_write() Illegal seek
also, so I mean I guess it still works.
Well, I can send 500 pps, but airodump shows the AP only recieving 50-60 per second tops. Does that mean I have the potential to get 500 if I craft my packets differently or something? Or possibly get closer to the AP....idk