diff --git a/network/analyzer/aircrack-ng/actions.py b/network/analyzer/aircrack-ng/actions.py
new file mode 100644
index 0000000000..b19d8624b6
--- /dev/null
+++ b/network/analyzer/aircrack-ng/actions.py
@@ -0,0 +1,36 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import get
+#from pisi.actionsapi import pisitools
+
+# if pisi can't find source directory, see /var/pisi/aircrack-ng/work/ and:
+# WorkDir="aircrack-ng-"+ get.srcVERSION() +"/sub_project_dir/"
+
+def setup():
+ #autotools.configure()
+ pass
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+# Take a look at the source folder for these file as documentation.
+# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "README")
+
+# If there is no install rule for a runnable binary, you can
+# install it to binary directory.
+# pisitools.dobin("aircrack-ng")
+
+# You can use these as variables, they will replace GUI values before build.
+# Package Name : aircrack-ng
+# Version : 1.2
+# Summary : Aircrack-ng is a complete suite of tools to assess WiFi network security.
+
+# For more information, you can look at the Actions API
+# from the Help menu and toolbar.
diff --git a/network/analyzer/aircrack-ng/pspec.xml b/network/analyzer/aircrack-ng/pspec.xml
new file mode 100644
index 0000000000..10e9457f83
--- /dev/null
+++ b/network/analyzer/aircrack-ng/pspec.xml
@@ -0,0 +1,43 @@
+
+
+ aircrack-ng
+ http://aircrack-ng.org/
+
+ İbrahim KARAGÜZEL
+ karaguzelibrahim@gmail.com
+
+ GPLv2
+ network
+ app:console
+ Aircrack-ng is a complete suite of tools to assess WiFi network security.
+ Aircrack-ng is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, as well as the all-new PTW attack, thus making the attack much faster compared to other WEP cracking tools.
+
+ libnl-devel
+ libpcap-devel
+ openssl-devel
+ make
+
+ http://download.aircrack-ng.org/aircrack-ng-1.2-rc3.tar.gz
+
+
+ aircrack-ng
+ Aircrack-ng is a complete suite of tools to assess WiFi network security.
+
+ libnl
+ libpcap
+ openssl
+
+
+ /
+
+
+
+
+ 2016-02-11
+ 1.2
+ Release Candidate 3
+ İbrahim KARAGÜZEL
+ karaguzelibrahim@gmail.com
+
+
+
diff --git a/network/analyzer/aircrack-ng/translations.xml b/network/analyzer/aircrack-ng/translations.xml
new file mode 100644
index 0000000000..25a2cd1156
--- /dev/null
+++ b/network/analyzer/aircrack-ng/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ aircrack-ng
+ Kablosuz ağ zaafiyetlerinden yararlanan bir araç.
+ 802.11 paket toplama araci airodump, 802.11 injection araci aireplay, wep ve wpa psk kirma araci aircrack ve toplanan paketleri desifre etme araci airdecapi barindiran, kisaca kablosuz ag kartiniz destekliyorsa sifreli olan kablosuz aglari kirip beles internet kullanmaniza olanak saglayacak yazilimdir.
+
+