diff --git a/network/analyzer/asleap/actions.py b/network/analyzer/asleap/actions.py
new file mode 100644
index 0000000000..438d44387c
--- /dev/null
+++ b/network/analyzer/asleap/actions.py
@@ -0,0 +1,15 @@
+#!/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
+
+def build():
+ autotools.make()
+
+def install():
+ pisitools.dosbin("asleap")
+ pisitools.dosbin("genkeys")
\ No newline at end of file
diff --git a/network/analyzer/asleap/pspec.xml b/network/analyzer/asleap/pspec.xml
new file mode 100644
index 0000000000..92b1bcca7d
--- /dev/null
+++ b/network/analyzer/asleap/pspec.xml
@@ -0,0 +1,47 @@
+
+
+ asleap
+ http://www.willhackforsushi.com/?page_id=41
+
+ İbrahim KARAGÜZEL
+ karaguzelibrahim@gmail.com
+
+ GPLv2
+ network
+ app:console
+ Actively recover LEAP/PPTP passwords
+ Demonstrates a serious deficiency in proprietary Cisco LEAP networks. Since LEAP uses a variant of MS-CHAPv2 for the authentication exchange, it is susceptible to accelerated offline dictionary attacks. Asleap can also attack the Point-to-Point Tunneling Protocol (PPTP), and any MS-CHAPv2 exchange where you can specify the challenge and response values on the command line.
+
+ libpcap-devel
+ openssl-devel
+
+ http://www.willhackforsushi.com/code/asleap/2.2/asleap-2.2.tgz
+
+
+ asleap
+ Actively recover LEAP/PPTP passwords
+
+ libpcap
+ openssl
+
+
+ /etc
+ /usr/sbin
+ /usr/include
+ /usr/lib
+ /usr/share/locale
+ /usr/share/man
+ /usr/share/doc
+ /usr/share
+
+
+
+
+ 2016-02-11
+ 2.2
+ İlk derleme
+ İbrahim KARAGÜZEL
+ karaguzelibrahim@gmail.com
+
+
+
diff --git a/network/analyzer/asleap/translations.xml b/network/analyzer/asleap/translations.xml
new file mode 100644
index 0000000000..7d7e639b2d
--- /dev/null
+++ b/network/analyzer/asleap/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ asleap
+ LEAP/PPTP şifrelerini etkince iyileştirir.
+ Tescilli Cisco LEAP ağlarındaki ciddi zayıflıkları gösterir. LEAP, MS-CHAPv2 türevi yetkilendirme değişimi kullandığı için hızlandırılmış çevrimdışı sözlük saldırıları için elverişlidir. Asleap ayrıca Point-to-Point Tünelleme Protokolüne (PPTP) saldırabilir.
+
+