pspec.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>crunch</Name>
  6. <Homepage>https://sourceforge.net/projects/crunch-wordlist/</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <PartOf>util.admin</PartOf>
  13. <IsA>app:console</IsA>
  14. <Summary>A wordlist generator for all combinations/permutations of a given character set.</Summary>
  15. <Description>Crunch is a wordlist generator where you can specify a standard character set or a character set you specify. crunch can generate all possible combinations and permutations.</Description>
  16. <Archive sha1sum="51bdf8b9dfb9e4486fa6a85e0224522569de4557" type="targz">https://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/crunch-3.6.tgz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>crunch</Name>
  20. <RuntimeDependencies>
  21. <Dependency>glibc-32bit</Dependency>
  22. </RuntimeDependencies>
  23. <Files>
  24. <Path fileType="executable">/usr/bin</Path>
  25. <Path fileType="data">/usr/share</Path>
  26. <Path fileType="doc">/usr/share/doc</Path>
  27. <Path fileType="man">/usr/share/man/man1</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="1">
  32. <Date>2016-04-22</Date>
  33. <Version>3.6</Version>
  34. <Comment>First Pisi Built</Comment>
  35. <Name>İbrahim KARAGÜZEL</Name>
  36. <Email>karaguzelibrahim@gmail.com</Email>
  37. </Update>
  38. </History>
  39. </PISI>