what ways or methods exist to know if a wireless card is injectable or can be injected (Packet injection). Answers should not include recommending me to use another OS that is not the official Ubuntu or Ubuntu direct derivatives (Like Kubuntu, Lubuntu or Xubuntu).
Asked
Active
Viewed 339 times
2
-
Did you really tried to say wireless card or did you tried to say wireless router? – Lucio Feb 25 '13 at 03:39
-
Wireless card. For wireless router I would go with the openwrt project – Luis Alvarado Feb 25 '13 at 17:03
-
I never hear that a wireless card could be injectable. How do you know about that? Or, in what document have you read something like that? – Lucio Feb 25 '13 at 19:55
1 Answers
1
The aireplay-ng
command can do this for you. Once your card is in monitor mode, just run:
sudo aireplay-ng -9 <your_interface>
Note that your card will need to support monitor mode (you can check this with iw list
), and you will need the aircrack-ng
package installed.

Kaz Wolfe
- 34,122
- 21
- 114
- 172