User Tools

Site Tools


ipw3945

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ipw3945 [2008/03/08 11:11] meexipw3945 [2017/01/09 21:28] (current) – Mark page as deprecated. mister_x
Line 1: Line 1:
 +====== DEPRECATED ======
 +
 +**IMPORTANT NOTE**: This page is deprecated, updated documentation can be found [[install_drivers|here]]
 +
 ====== ipw3945 ====== ====== ipw3945 ======
  
 +//Note: This page is about the ipw3945/ipwraw driver. For the new iwl3945 driver, see [[iwl3945]].//
 +
 +===== Injection Walkthrough =====
  
-===== Intel PRO/Wireless 3945ABG WLAN (802.11a/b/g) Injection Walkthrough =====+This is for an intel PRO/Wireless 3945ABG WLAN (802.11a/b/g) card.
  
-I've tested this on [[http://www.ubuntu.com/getubuntu/download|Ubuntu]] 7.10 Gutsy Gibbon - x86 architecture - 32 Bit, but I don't see why it shouldn't work on other OS's.+I've tested this on [[http://www.ubuntu.com/getubuntu/download|Ubuntu]] 7.10 Gutsy Gibbon - x86 architecture - 32 Bit, but I don't see why it shouldn't work on other OS's. Some commands might be different however, especially the ones involving apt-get.
  
 You need a Internet Connection with your LAN Cabel. You need a Internet Connection with your LAN Cabel.
Line 14: Line 21:
 sudo apt-get install build-essential sudo apt-get install build-essential
 sudo apt-get install libssl-dev sudo apt-get install libssl-dev
 +</code>
 +
 +// For openSUSE and other RPM-based distros, this is different (replace "zypper" with your distro's package manager): //
 +<code>
 +sudo zypper install gcc
 +sudo zypper install libopenssl-devel
 </code> </code>
  
Line 47: Line 60:
 sudo modprobe ipwraw sudo modprobe ipwraw
 </code> </code>
 +
 +The new device name for injection should should be called wifi0 and the monitor interface should be rtap0.  iwconfig can be used to display the current wireless interfaces.
 +
 +<code>ubuntu@ubuntu:~$ iwconfig
 +lo        no wireless extensions.
 +
 +eth0      no wireless extensions.
 +
 +wifi0     unassociated  ESSID:off/any 
 +          Mode:Monitor  Channel=11  Bit Rate=1 Mb/s
 +
 +rtap0     no wireless extensions.</code>
 +
 +
 +IMPORTANT before using airodump-ng you need to :
 +# ifconfig wifi0 up
  
 **Configure your Wireless Card** **Configure your Wireless Card**
  
-You can use iwconfig to set the channel and rate and transfare power. The device name must not "eth1" it can be "wifi0" or what ever. You can see this with "iwconfig".+You can use iwconfig to set the channel and rate and transfer power. 
  
 <code> <code>
Line 64: Line 93:
 sudo modprobe ipw3945 sudo modprobe ipw3945
 </code> </code>
- 
  
 ===== Useful Links / Info ===== ===== Useful Links / Info =====
  
-At this point in time, this page is far from complete.  In the interim, useful information will be included here.  Also do a [[http://tinyshell.be/aircrackng/forum/|Forum Search]] for additional information.+At this point in time, this page is far from complete.  In the interim, useful information will be included here.  Also do a [[http://forum.aircrack-ng.org/|Forum Search]] for additional information.
  
 Useful links: Useful links:
  
-  * Thread: [[http://tinyshell.be/aircrackng/forum/index.php?topic=2898|***iwlwifi drivers with injection***]] +  * Thread: [[http://forum.aircrack-ng.org/index.php?topic=1985|NEW ipw 3945 driver: ***ipwraw with wireless extensions***]] 
-  * Thread: [[http://tinyshell.be/aircrackng/forum/index.php?topic=1985|NEW ipw 3945 driver: ***ipwraw with wireless extensions***]] +  * Thread: [[http://forum.aircrack-ng.org/index.php?topic=1387.0|At least !!!! injection for ipw3945 is possible]]. 
-  * Thread: [[http://tinyshell.be/aircrackng/forum/index.php?topic=1387.0|At least !!!! injection for ipw3945 is possible]]. +  * Thread: [[http://forum.aircrack-ng.org/index.php?topic=1696|Injection with ipw3945 and wifiway-0.x]].  Here is one [[http://forum.aircrack-ng.org/index.php?topic=1387.msg10731#msg10731|message]] with the summarized steps using wifiway-0.X. 
-  * Thread: [[http://tinyshell.be/aircrackng/forum/index.php?topic=1696|Injection with ipw3945 and wifiway-0.x]].  Here is one [[http://tinyshell.be/aircrackng/forum/index.php?topic=1387.msg10731#msg10731|message]] with the summarized steps using wifiway-0.X. +  * [[http://forum.aircrack-ng.org/index.php?topic=1937|TUTORIAL - Cracking WEP (WinXP, intel pro 3945ABG) easy+pics]]
-  * [[http://tinyshell.be/aircrackng/forum/index.php?topic=1937|TUTORIAL - Cracking WEP (WinXP, intel pro 3945ABG) easy+pics]]+
   * [[http://en.tuxero.com/2007/08/howto-crack-wep-sony-vaio.html|Intel ipw3945 WEP Cracking How To]]   * [[http://en.tuxero.com/2007/08/howto-crack-wep-sony-vaio.html|Intel ipw3945 WEP Cracking How To]]
  
 Also consider using the [[links#live_distributions|Wifi-Way live CD]] instead. Also consider using the [[links#live_distributions|Wifi-Way live CD]] instead.
ipw3945.txt · Last modified: 2017/01/09 21:28 by mister_x