Skip to content

February 2, 2012

Installing aircrack-ng from subversion

I recently made a commit into aircrack-ng subversion repository adding an environment variable ready to build “external” scripts like airoscript-ng, airgraph-ng, versuck-ng and airdrop-ng, as well as any other directory inside scripts/ dir wich contains a Makefile.

This has two implications:

  • It’s quite easy to do a package from that (I’m working on an unofficial weekly subversion package)
  • It’s quite easy to install aircrack-ng with sqlite support, all the unstable stuff and the plugins

I’ll explain how to do the last one, in a few single script:

1 2 3 4
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

Et voilá, you execute that as root, it will get lastest aircrack-ng revision and dependences (and most of airoscript-ng ones, all the necesary and packaged).

Read more from Life

Share your thoughts, post a comment.

(required)
(required)

Note: HTML is allowed. Your email address will never be published.

Subscribe to comments