pspec.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>asleap</Name>
  6. <Homepage>http://www.willhackforsushi.com/?page_id=41</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <PartOf>network</PartOf>
  13. <IsA>app:console</IsA>
  14. <Summary>Actively recover LEAP/PPTP passwords</Summary>
  15. <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>
  16. <BuildDependencies>
  17. <Dependency>libpcap-devel</Dependency>
  18. <Dependency>openssl-devel</Dependency>
  19. </BuildDependencies>
  20. <Archive sha1sum="5781cf462adc3e35b98c4aaa18c082c17fede0fa" type="targz">http://www.willhackforsushi.com/code/asleap/2.2/asleap-2.2.tgz</Archive>
  21. </Source>
  22. <Package>
  23. <Name>asleap</Name>
  24. <Summary>Actively recover LEAP/PPTP passwords</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>libpcap</Dependency>
  27. <Dependency>openssl</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="1">
  37. <Date>2016-02-11</Date>
  38. <Version>2.2</Version>
  39. <Comment>First Pisi Built</Comment>
  40. <Name>İbrahim KARAGÜZEL</Name>
  41. <Email>karaguzelibrahim@gmail.com</Email>
  42. </Update>
  43. </History>
  44. </PISI>