Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 339 Bytes

File metadata and controls

12 lines (9 loc) · 339 Bytes

wifi

##Apply patch

  1. download aircrack-ng source (aircrack-ng-1.2-rc2.tar.gz)
  2. download aircrack-ng-json.patch from https://github.com/viris/wifi
  3. tar -xvzf aircrack-ng-1.2-rc2.tar.gz
  4. cd aircrack-ng-1.2-rc2
  5. cp ../aircrack-ng-json.patch .
  6. patch -p1 < aircrack-ng-json.patch
  7. build aircrack-ng (make should work)