Skip to content

Instantly share code, notes, and snippets.

@XayOn
Created January 31, 2012 13:58
Show Gist options
  • Save XayOn/1710620 to your computer and use it in GitHub Desktop.
Save XayOn/1710620 to your computer and use it in GitHub Desktop.
Install aircrack-ng from subversion with everything
apt-get install subversion build-essential libpcap0.8 libssl1.0.0 zlib1g wireless-tools xterm python graphviz macchanger dsniff hydra zenity pyrit sslstrip wkhtmltopdf john libpcap0.8-dev libssl-dev libsqlite3-dev libnl-dev
svn co http://trac.aircrack-ng.org/trunk/
make -C trunk unstable=true ext_scripts=true sqlite=true
make -C trunk install unstable=true ext_scripts=true sqlite=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment