pspec.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>bully</Name>
  6. <Homepage>https://github.com/Lrs121/bully</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <PartOf>network</PartOf>
  13. <IsA>app:console</IsA>
  14. <Summary>Implementation of the WPS brute force attack, written in C</Summary>
  15. <Description>Bully is a new implementation of the WPS brute force attack, written in C. It is conceptually identical to other programs, in that it exploits the (now well known) design flaw in the WPS specification. It has several advantages over the original reaver code. These include fewer dependencies, improved memory and cpu performance, correct handling of endianness, and a more robust set of options. It runs on Linux, and was specifically developed to run on embedded Linux systems (OpenWrt, etc) regardless of architecture.</Description>
  16. <Archive type="targz" sha1sum="4a20bc998b1ccb24878637a183d1c0ce3c44569c">https://github.com/Lrs121/bully/archive/v1.0-22.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libpcap-devel</Dependency>
  19. <Dependency>openssl-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>bully</Name>
  24. <Summary>Implementation of the WPS brute force attack, written in C</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>libpcap</Dependency>
  27. <Dependency>openssl</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/usr/bin</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="22">
  35. <Date>2016-02-17</Date>
  36. <Version>1.0</Version>
  37. <Comment>First release, built with docker</Comment>
  38. <Name>İbrahim KARAGÜZEL</Name>
  39. <Email>karaguzelibrahim@gmail.com</Email>
  40. </Update>
  41. </History>
  42. </PISI>