Skip to content

Instantly share code, notes, and snippets.

@pablopunk
Last active January 21, 2019 17:27
Show Gist options
  • Save pablopunk/7a82e1ed28d5764670cca516d9320dc9 to your computer and use it in GitHub Desktop.
Save pablopunk/7a82e1ed28d5764670cca516d9320dc9 to your computer and use it in GitHub Desktop.

Drivers

Drivers => https://github.com/aircrack-ng/rtl8812au

To use monitor mode: iw dev wlan0 set type monitor

Virtualbox

  • Turn off Virtualbox machine
  • VM Settings
    • System > Display > Disable 3D acceleration
    • USB > 3.0
  • Make USBs work on virtualbox (reboot after this):
    • Linux: sudo adduser $USER vboxusers
    • Mac: System Pref > Users > Add (group) > vboxusers > check your user. Then run:
      • sudo chgrp vboxusers /dev/vboxdrv
      • sudo chmod g+rw /dev/vboxdrv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment