Howto:aircrack ptw

From Offensive-security.com

Jump to: navigation, search
  • Note : Aircrack-ng 0.9 includes PTW attack (-z option).
  • Important note : All three methods require Internet connection


Updating aircrack-ng to the latest svn TRUNK revision

  • Note : In order to update to the current revision of 1.0-dev you must first update sqlite 3.3.7 to 3.4.0. Credit : balding parrot
 /pentest/wireless/update-aircrack.sh

Installing aircrack-ptw:

  • Note : This is no longer needed since Aircrack-ng 0.9+ includes PTW.
 cd /tmp
 wget http://www.cdc.informatik.tu-darmstadt.de/aircrack-ptw/download/aircrack-ptw-1.0.0.tar.gz
 tar -xzvf aircrack-ptw-1.0.0.tar.gz
 cd aircrack-ptw-1.0.0
 sed -e "s/-O3 -lpcap/-O3/" -e "s/\(gcc.*b.c\)/\1 -lpcap/" Makefile > Makefile.new
 cp Makefile Makefile.old; mv Makefile.new Makefile
 make
Personal tools