2

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).

Luis Alvarado
  • 211,503

1 Answers1

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