Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

How to bcm43xx packet injection working in Ultimate

Help & support for Ultimate Edition 1.8


How to bcm43xx packet injection working in Ultimate

Postby Joker » Tue May 13, 2008 5:36 pm

I need some help with the injection patch for the bcm43xx driver for Aircrack-ng.
i am running Ultimate edition 1.8.
Last edited by Joker on Tue May 13, 2008 11:57 pm, edited 1 time in total.
q9550
XFX nForce 780i SLI
BFG GeForce GTX 260 OC MAXCORE 55
4x 2gb 800mhz DDR2
Image
Image
User avatar
Joker
U.E. Graduate
U.E. Graduate
 
Posts: 75
Joined: Sat May 10, 2008 10:05 am
Location: New York City
Age: 32
Operating System: Ultimate Edition 3.2 32 BIT



Re: How to bcm43xx packet injection working in Ultimate

Postby vinca » Tue May 13, 2008 7:50 pm

Joker wrote:i dont know how to make this work please help ;)

done this many a time, a lot harder than in 1.7 gutsy but here goes:
SECTION 1
first, run
Code: Select all
lspci

to make sure you have the bcm43xx wireless card (just scroll down till you see something related to wireless.

if you do, download the zip folder attached.
wireless.zip
wireless folder with required files; will require unpackaging, but not the files inside.
(289.01 KiB) Downloaded 265 times


then, copy it to a flashdrive, boot ultimate edition and copy and extract the folder to the desktop. then type
Code: Select all
cd /home/ubuntu/Desktop/wireless
then copy and paste
Code: Select all
tar xjf bcm43xx-fwcutter-006.tar.bz2
cd bcm43xx-fwcutter-006
make
cd ..
then copy and paste

Code: Select all
export FIRMWARE_INSTALL_DIR='/lib/firmware'
sudo ./bcm43xx-fwcutter-006/bcm43xx-fwcutter -w '$FIRMWARE_INSTALL_DIR' wl_apsta-3.130.20.0.o
sudo gedit /etc/modprobe.d/blacklist

then find a line that says
Code: Select all
blacklist bcm43xx
change it to
Code: Select all
# blacklist bcm43xx

to comment it out
then go to the end of the file, push enter and paste
Code: Select all
blacklist b43
blacklist b44
blacklist ssb

at the end.

then save and close the file.
then copy and paste
Code: Select all
sudo modprobe -r b43
sudo modprobe -r b44
sudo modprobe -r ssb
sudo modprobe bcm43xx

into the terminal.
then type
Code: Select all
sudo gedit /etc/modules


and add
Code: Select all
bcm43xx
to the end.
SECTION 2
what I had to do was then do the following: (because the wireless applet in the top right didn't seem to even show the wireless networks entry, let alone with networks after a reboot)
Code:
Code: Select all
sudo nano /etc/init.d/bcm43xxfix.sh
This will require your password and open the nano text editor with what should be a blank file. Let's fill, it shall we?

Code:
Code: Select all
#! /bin/sh

rmmod b43legacy
rmmod b43
rmmod bcm43xx
rmmod ssb
modprobe bcm43xx
What this script basically does is remove all modules pertaining to our chip-set and the ssb module that is loaded as a dependency Now hit Ctrl+O and Enter to save and Ctrl+X to exit.

A few more commands while we're in the terminal

Code:
Code: Select all
cd /etc/init.d/ && sudo chmod 755 bcm43xxfix.sh
sudo update-rc.d bcm43xxfix.sh defaults
This will make the script executable and launch it automatically upon reboot.

Then i forget if it worked or if I had to do the first section again. post back with any questions, comments, etc.
Vinca... aka BIG V

Image
http://www.scienceprousa.com
Specs:
4gb ddr2 667 ram
Intel Core2Duo E6300 oced to 2.2 ghz
Radeon x1600
Arctic cooling freezer 7 pro
2x 250 gb western digital hard drives soon to be in raid
all on ULTIMATE EDITION!!!!

~Energy and persistence conquer all things~ -Ben Franklin
User avatar
vinca
U.E. Master
U.E. Master
 
Posts: 747
Joined: Mon Feb 18, 2008 2:36 pm
Age: 29
Operating System: Ultimate Edition 3.2 64 BIT



Re: How to bcm43xx packet injection working in Ultimate

Postby DaddyX3 » Tue May 13, 2008 7:54 pm

vinca wrote:to make sure you have the bcm43xx wireless card (just scroll down till you see something related to wireless.

if you do, download the zip folder attached.

Where's the zip folder attached?
ps-good work vinca!

EDIT: LOL! Looks like you were still in the process of uploading it. I posted this then came back and it was there ... lol!
Once again good work bro.
Intel Core 2 Quad Q9300 2.5GHz 45nm/Gigabyte EP35C-DS3R M.B. w/ddr3 1333
G.Skill 2X1GB DDR3 1333MHz/Gigabyte 8800GT PCIe 2.0 512MB GDDR3 OC'd to 700Mhz/ WD160 gig, 2- WD250 gig in RAID-0 (500GB), WD640 gig e-SATA external

AMD 64 X2 3800+/ASUS A8N32-SLI Deluxe/G.Skill 2X1GB Matched Pair ddr400
/EVGA 6800GS Nvidia Graphics 256MB/WD160gig drive

HTPC Box:AMD 64 X2 4400+/ BIOSTAR TF7050PV HDMI MicroATX/G.Skill 2X1GB /Matched Pair DDR800/Integrated video and audio/WD160gig drive
User avatar
DaddyX3
U.E. God
U.E. God
 
Posts: 2407
Joined: Wed Oct 17, 2007 9:22 am
Location: Central Coast - California
Age: 49
Operating System: Ultimate Edition 2.3 32 BIT



Re: How to bcm43xx packet injection working in Ultimate

Postby Joker » Wed May 14, 2008 2:41 pm

well guys i should of explained more. i already have the wireless installed with the native driver.
I need to make packet injection work for bcm43xx to crack wifi networks :?
q9550
XFX nForce 780i SLI
BFG GeForce GTX 260 OC MAXCORE 55
4x 2gb 800mhz DDR2
Image
Image
User avatar
Joker
U.E. Graduate
U.E. Graduate
 
Posts: 75
Joined: Sat May 10, 2008 10:05 am
Location: New York City
Age: 32
Operating System: Ultimate Edition 3.2 32 BIT



Re: How to bcm43xx packet injection working in Ultimate

Postby Joker » Wed May 14, 2008 11:26 pm

to do the packet injection do i have to have broadcom card installed as a native driver or as restrictive drver :?:
q9550
XFX nForce 780i SLI
BFG GeForce GTX 260 OC MAXCORE 55
4x 2gb 800mhz DDR2
Image
Image
User avatar
Joker
U.E. Graduate
U.E. Graduate
 
Posts: 75
Joined: Sat May 10, 2008 10:05 am
Location: New York City
Age: 32
Operating System: Ultimate Edition 3.2 32 BIT



Re: How to bcm43xx packet injection working in Ultimate

Postby DaddyX3 » Wed May 14, 2008 11:47 pm

Sorry, I can't be of any assistance to you :( I don't have a clue as to dealing with these issues your dealing with.
Intel Core 2 Quad Q9300 2.5GHz 45nm/Gigabyte EP35C-DS3R M.B. w/ddr3 1333
G.Skill 2X1GB DDR3 1333MHz/Gigabyte 8800GT PCIe 2.0 512MB GDDR3 OC'd to 700Mhz/ WD160 gig, 2- WD250 gig in RAID-0 (500GB), WD640 gig e-SATA external

AMD 64 X2 3800+/ASUS A8N32-SLI Deluxe/G.Skill 2X1GB Matched Pair ddr400
/EVGA 6800GS Nvidia Graphics 256MB/WD160gig drive

HTPC Box:AMD 64 X2 4400+/ BIOSTAR TF7050PV HDMI MicroATX/G.Skill 2X1GB /Matched Pair DDR800/Integrated video and audio/WD160gig drive
User avatar
DaddyX3
U.E. God
U.E. God
 
Posts: 2407
Joined: Wed Oct 17, 2007 9:22 am
Location: Central Coast - California
Age: 49
Operating System: Ultimate Edition 2.3 32 BIT



Re: How to bcm43xx packet injection working in Ultimate

Postby LeadFingers » Thu May 15, 2008 3:37 am

I don't know the answer to that one either.

Hey vinca:
That would be a good candidate for the How to section.
Good job.

I now dub thee, Sir wireless guru.
1st Box: Ultimate Edition 2.0 x64/ 1.8 x64
2nd Box: XP (dusty)
3rd Box: Stable Media box Ultimate Edition 1.8 x64 with XBMC

The Oxen are slow but the Earth is patient ~Chuen~
User avatar
LeadFingers
U.E. God
U.E. God
 
Posts: 1303
Joined: Fri Nov 23, 2007 1:46 am
Location: Salem Oregon
Age: 63
Operating System: Ultimate Edition 3.1 64 BIT



Re: How to bcm43xx packet injection working in Ultimate

Postby Joker » Thu May 15, 2008 11:31 am

well guys im doing a lot of research my self and i will soon make a how to guide on wep cracking ;)
q9550
XFX nForce 780i SLI
BFG GeForce GTX 260 OC MAXCORE 55
4x 2gb 800mhz DDR2
Image
Image
User avatar
Joker
U.E. Graduate
U.E. Graduate
 
Posts: 75
Joined: Sat May 10, 2008 10:05 am
Location: New York City
Age: 32
Operating System: Ultimate Edition 3.2 32 BIT



Re: How to bcm43xx packet injection working in Ultimate

Postby Baphomet » Thu May 15, 2008 1:10 pm

Mmmmmmmmmmmmmmmmmmmmmm, My "Paaaaaaaacket Injection"...

Let me show it to you.
I'm sorry, I can't hear you over the sound of how awesome I am...

If it's not broken, you haven't tweaked it enough.

Beginners Guide: Linux 101
User avatar
Baphomet
U.E. God
U.E. God
 
Posts: 893
Joined: Tue Oct 23, 2007 3:35 pm
Location: Right Behind You
Age: 58
Operating System: Ultimate Edition 2.2 64 BIT



Re: How to bcm43xx packet injection working in Ultimate

Postby Joker » Thu May 15, 2008 2:51 pm

Baphomet wrote:Mmmmmmmmmmmmmmmmmmmmmm, My "Paaaaaaaacket Injection"...

Let me show it to you.

what do you mean what did you wanted to show :?:
q9550
XFX nForce 780i SLI
BFG GeForce GTX 260 OC MAXCORE 55
4x 2gb 800mhz DDR2
Image
Image
User avatar
Joker
U.E. Graduate
U.E. Graduate
 
Posts: 75
Joined: Sat May 10, 2008 10:05 am
Location: New York City
Age: 32
Operating System: Ultimate Edition 3.2 32 BIT

Next

Return to Ultimate Edition 1.8

Who is online

Users browsing this forum: No registered users and 2 guests