This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
downloads [2018/04/30 21:33] mister_x Fixed links to files |
downloads [2018/09/30 02:51] mister_x 1.4 |
||
---|---|---|---|
Line 10: | Line 10: | ||
This tarball contains the latest Linux sources. | This tarball contains the latest Linux sources. | ||
- | [[http://download.aircrack-ng.org/aircrack-ng-1.2.tar.gz|aircrack-ng-1.2.tar.gz]] | + | [[http://download.aircrack-ng.org/aircrack-ng-1.4.tar.gz|aircrack-ng-1.4.tar.gz]] |
- | SHA1: ccc7a44ad2243c66b9a45fe133514485a72d674f \\ | + | SHA1: 22bae2c6f21e463df62b4c06c9c3c45c42a9b4ea \\ |
- | MD5: bb11ec14e1fe505d8d0d51cee0c54df9 | + | MD5: 24e22f6f6eca1e7dc0d203e5719d3e8d |
===== Legacy Sources ===== | ===== Legacy Sources ===== | ||
Line 42: | Line 42: | ||
MD5: cbcb23c55ed6933a48b8af5665104fb6 | MD5: cbcb23c55ed6933a48b8af5665104fb6 | ||
- | [[http://download.aircrack-ng.org/aircrack-ng-1.2-win.zip|aircrack-ng-1.2-win.zip]] | + | [[http://download.aircrack-ng.org/aircrack-ng-1.4-win.zip|aircrack-ng-1.4-win.zip]] |
- | SHA1: 6b40ea5bc636cda370619b30abebab2973f5f828 \\ | + | SHA1: 1e80a4eb6d877df5fa4d373fd157095f6b9c5559 \\ |
- | MD5: 61181e158f394d81d0df023544968c9b | + | MD5: 8f0c94b10b17bf8089300f76b72b75ca |
The following files are automatically download when you run airodump-ng for the first time. \\ | The following files are automatically download when you run airodump-ng for the first time. \\ | ||
If you prefer to download manually peek files: | If you prefer to download manually peek files: | ||
- | * [[http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/winxp/Peek.zip|Peek.dll and Peek5.sys]] | + | * [[https://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/winxp/Peek.zip|Peek.dll and Peek5.sys]] |
===== Linux packages ===== | ===== Linux packages ===== | ||
- | Most distros provide Aircrack-ng package in their repositories. | + | Most distros provide (an older version of) Aircrack-ng package in their repositories. |
- | + | ||
- | ==== Gentoo ==== | + | |
- | Aircrack-ng is in [[http://packages.gentoo.org/package/net-wireless/aircrack-ng|portage]], just run "emerge aircrack-ng" as root to install it. | + | |
+ | **We are now providing git and release packages. Instructions to come.** | ||
==== IPK packages (Zaurus) ==== | ==== IPK packages (Zaurus) ==== | ||
Line 63: | Line 61: | ||
Aircrack-ng 0.9.1 is available [[http://download.aircrack-ng.org/aircrack-ng_0.9.1_arm.ipk|here]] (MD5: 87b0bad58db12b86e6a3c0fe6b5d0f99 - SHA1: 9a8da015105c2d77fa8e81d085da304c474ce77b). \\ | Aircrack-ng 0.9.1 is available [[http://download.aircrack-ng.org/aircrack-ng_0.9.1_arm.ipk|here]] (MD5: 87b0bad58db12b86e6a3c0fe6b5d0f99 - SHA1: 9a8da015105c2d77fa8e81d085da304c474ce77b). \\ | ||
Older IPK for [[sharp_zaurus|Sharp Zaurus]] are also available [[http://zaurus.aircrack-ng.org/|here]]. | Older IPK for [[sharp_zaurus|Sharp Zaurus]] are also available [[http://zaurus.aircrack-ng.org/|here]]. | ||
- | |||
- | ==== RPM packages ==== | ||
- | === Fedora === | ||
- | |||
- | * https://admin.fedoraproject.org/pkgdb/acls/name/aircrack-ng | ||
- | |||
- | === Redhat / Fedora === | ||
- | |||
- | * [[http://dag.wieers.com/packages/aircrack-ng/|Dag Wieers Yum RPM repository]] (Current version: 0.9.3) | ||
- | * [[http://dries.studentenweb.org/rpm/packages/aircrack-ng/info.html|Dries RPM Repository]] (Current version: 0.9.1) | ||
- | |||
- | === SUSE/openSUSE === | ||
- | |||
- | See http://opensuse-community.org/Aircrack-ng | ||
- | |||
- | ==== Debian packages ==== | ||
- | |||
- | Official Debian archive : | ||
- | * Current version in stable **1.1-6**. | ||
- | |||
- | Adam Cécile is currently maintaining aircrack-ng in Debian.\\ | ||
- | You can check the package state on its QA webpage : http://qa.debian.org/developer.php?packages=aircrack-ng | ||
- | |||
- | If you want aircrack-ng on another Debian/Ubuntu version you can grab source package from debian archive : | ||
- | * http://ftp.debian.org/debian/pool/main/a/aircrack-ng/ | ||
- | |||
- | |||
- | And rebuild the package - OLD: | ||
- | |||
- | apt-get install build-essential devscripts dpkg-dev debhelper | ||
- | wget http://ftp.debian.org/debian/pool/main/a/aircrack-ng/aircrack-ng_1.0~rc3-2.dsc | ||
- | wget http://ftp.debian.org/debian/pool/main/a/aircrack-ng/aircrack-ng_1.0~rc3-2.diff.gz | ||
- | wget http://ftp.debian.org/debian/pool/main/a/aircrack-ng/aircrack-ng_1.0~rc3.orig.tar.gz | ||
- | dpkg-source -x aircrack-ng_1.0~rc3-2.dsc | ||
- | cd aircrack-ng-1.0~rc3 | ||
- | dpkg-buildpackage | ||
- | dpkg -i ../aircrack-ng*.deb | ||
- | |||
- | ==== Ubuntu ==== | ||
- | Official Ubuntu archive : | ||
- | * http://ubuntu2.cica.es/ubuntu/ubuntu/pool/universe/a/aircrack-ng/ | ||
- | |||
- | ==== Slackware packages ==== | ||
- | |||
- | Author: Krzysztof Kamil Bak - krzysiek.k.bak[at]gmail.com | ||
- | |||
- | * [[http://download.aircrack-ng.org/aircrack-ng-1.0rc3-i386-1kkb.tgz|Aircrack-ng 1.0rc3]] Slackware package. | ||
- | |||
- | ==== Slax ==== | ||
- | |||
- | The current version is nearly always the latest development revision. | ||
- | |||
- | * [[http://www.slax.org/modules.php?action=detail&id=2385|Slax module]] (Page is not ready yet). | ||
- | |||
- | ==== Archlinux ==== | ||
- | |||
- | "aircrack-ng" available on official repos. "aircrack-ng-svn" on [[http://aur.archlinux.org|AUR]]. | ||
===== Old versions ==== | ===== Old versions ==== | ||
Line 129: | Line 70: | ||
==== Aircrack ==== | ==== Aircrack ==== | ||
- | A backup of the original versions (made by Christophe Devine) are available in http://download.aircrack-ng.org/archive/aircrack-old/ | + | A backup of the original versions (made by Christophe Devine) are available in https://download.aircrack-ng.org/archive/aircrack-old/ |