Moved to contrib
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
#!/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")
|
||||
@@ -1,47 +0,0 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>asleap</Name>
|
||||
<Homepage>http://www.willhackforsushi.com/?page_id=41</Homepage>
|
||||
<Packager>
|
||||
<Name>İbrahim KARAGÜZEL</Name>
|
||||
<Email>karaguzelibrahim@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>network</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Actively recover LEAP/PPTP passwords</Summary>
|
||||
<Description>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.</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>libpcap-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="5781cf462adc3e35b98c4aaa18c082c17fede0fa" type="targz">http://www.willhackforsushi.com/code/asleap/2.2/asleap-2.2.tgz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>asleap</Name>
|
||||
<Summary>Actively recover LEAP/PPTP passwords</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libpcap</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-02-11</Date>
|
||||
<Version>2.2</Version>
|
||||
<Comment>İlk derleme</Comment>
|
||||
<Name>İbrahim KARAGÜZEL</Name>
|
||||
<Email>karaguzelibrahim@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>asleap</Name>
|
||||
<Summary xml:lang="tr">LEAP/PPTP şifrelerini etkince iyileştirir.</Summary>
|
||||
<Description xml:lang="tr">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.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user