ipw3945
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ipw3945 [2008/03/04 18:59] – Added alternative download location mister_x | ipw3945 [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 ====== | ||
| - | ===== Intel Pro/Wireless 3945 Injection Walkthrough ===== | + | //Note: This page is about the ipw3945/ |
| - | I've tested this on Ubuntu 7.10 Gutsy and 7.04 Feisty but I don't see why it shouldn' | + | ===== Injection Walkthrough ===== |
| - | To install ipwraw-ng, | + | This is for an intel PRO/ |
| - | | + | I've tested this on [[http:// |
| - | | + | |
| - | | + | You need a Internet Connection with your LAN Cabel. |
| + | |||
| + | Open a Terminal and type... | ||
| + | |||
| + | **Pre requirements** | ||
| + | < | ||
| + | sudo apt-get install build-essential | ||
| + | sudo apt-get install libssl-dev | ||
| + | </ | ||
| + | |||
| + | // For openSUSE and other RPM-based distros, this is different (replace " | ||
| + | < | ||
| + | sudo zypper install gcc | ||
| + | sudo zypper install libopenssl-devel | ||
| + | </ | ||
| + | |||
| + | |||
| + | **Installation** | ||
| + | |||
| + | * Download ipwraw-ng from http:// | ||
| + | |||
| + | | ||
| + | |||
| + | | ||
| < | < | ||
| Line 22: | Line 49: | ||
| </ | </ | ||
| - | To use ipwraw-ng, | + | **Use ipwraw-ng** |
| - | | + | |
| - | | + | |
| - | The device created will automatically be in monitor mode. You can use iwconfig to set the channel and rate. | + | The device created will automatically be in monitor mode. |
| < | < | ||
| sudo modprobe -r ipw3945 | sudo modprobe -r ipw3945 | ||
| sudo modprobe ipwraw | sudo modprobe ipwraw | ||
| + | </ | ||
| + | |||
| + | The new device name for injection should should be called wifi0 and the monitor interface should be rtap0. | ||
| + | |||
| + | < | ||
| + | lo no wireless extensions. | ||
| + | |||
| + | eth0 no wireless extensions. | ||
| + | |||
| + | wifi0 | ||
| + | Mode: | ||
| + | |||
| + | rtap0 no wireless extensions.</ | ||
| + | |||
| + | |||
| + | IMPORTANT before using airodump-ng you need to : | ||
| + | # ifconfig wifi0 up | ||
| + | |||
| + | **Configure your Wireless Card** | ||
| + | |||
| + | You can use iwconfig to set the channel and rate and transfer power. | ||
| + | |||
| + | < | ||
| + | iwconfig eth1 channel 11 (on which you want to sniff) | ||
| + | iwconfig eth1 rate 1M (min=1M and max=54M) | ||
| + | iwconfig eth1 txpower 16 (min=-12 and max=16) | ||
| </ | </ | ||
| Line 40: | Line 93: | ||
| sudo modprobe ipw3945 | sudo modprobe ipw3945 | ||
| </ | </ | ||
| - | |||
| ===== Useful Links / Info ===== | ===== Useful Links / Info ===== | ||
| - | At this point in time, this page is far from complete. | + | At this point in time, this page is far from complete. |
| Useful links: | Useful links: | ||
| - | * Thread: [[http:// | + | * Thread: [[http:// |
| - | * Thread: [[http:// | + | * Thread: [[http:// |
| - | * Thread: [[http:// | + | * Thread: [[http:// |
| - | * Thread: [[http:// | + | * [[http:// |
| - | * [[http:// | + | |
| * [[http:// | * [[http:// | ||
| Also consider using the [[links# | Also consider using the [[links# | ||
ipw3945.1204653553.txt.gz · Last modified: by mister_x
