Skip to content

February 10, 2012

2

Aircrack-ng unoficial debian package

I’ve been working lately on an unoficial aircrack-ng package containing all the cool stuff, including airoscript. I talked with Thomas D’Otreppe and he told me I could use some space on aircrack-ng’s servers, but I haven’t had it yet, so I put the repository under degeneratedlabs. If the repo is down try again in a few hours.

You can install lastest (weekly built) aircrack-ng by adding this repo to your /etc/apt/sources.list

deb http://repo.degeneratedlabs.net/debian/ aircrackng-unstable/

And executing

apt-get update && apt-get install aircrack-ng

Also, you can find the sources I use to generate the package at my github. And the script I made to ease the build here:

1 2 3 4 5 6 7 8 9 10 11 12 13 14
# First, we download lastest trunk and create an orig tar.gz package
svn co http://trac.aircrack-ng.org/svn/trunk aircrack-ng-1.1
cd aircrack-ng-1.1
rm -rf `find . -name .svn` && tar czvf ../aircrack-ng_1.1.orig.tar.gz *; &>/dev/null
 
# Clone the debian/ dir
git clone http://github.com/XayOn/Aircrack-ngDebian debian &>/dev/null
# vim debian/changelog # Do it before, trought git interface!! =)
 
# Build and upload
debuild $@ && { cd .. ; dput repo.degeneratedlabs.net *changes; }
 
#Oneliner:
# svn co http://trac.aircrack-ng.org/svn/trunk aircrack-ng-1.1; cd aircrack-ng-1.1; rm -rf `find . -name .svn` && tar czvf ../aircrack-ng_1.1.orig.tar.gz *; &>/dev/null ; git clone http://github.com/XayOn/Aircrack-ngDebian debian &>/dev/null; debuild $@ && { cd .. ; dput repo.degeneratedlabs.net *changes; }
view raw gistfile1.sh This Gist brought to you by GitHub.
2 Comments Post a comment
  1. Jun 9 2012

    Hi, you told this in the article :

    I talked with Thomas D’Otreppe and he told me I could use some space on aircrack-ng’s servers, but I haven’t had it yet

    I’m really interested by using your repository, but i trust only the project repos (like I2P or TOR ones), and as nobody maintain the debian’s aircrack-ng package, it’d be great that aircrack hosts his own repo ! :-)

    Now it’s been 4 months (exactly ^^) and i wanted to know if Thomas gave you the server space ??

    Cheers :-)

    Reply
  2. Jun 15 2012

    Nope, but things are a little complicated now, trac and forums are down also…

    Reply

Share your thoughts, post a comment.

(required)
(required)

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

Subscribe to comments