pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>nikto</Name>
  6. <Homepage>https://github.com/sullo/nikto</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <IsA>app:console</IsA>
  13. <Summary>An Open Source (GPL) web server scanner</Summary>
  14. <Description>An Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items, including over 3500 potentially dangerous files/CGIs, versions on over 900 servers, and version specific problems on over 250 servers.</Description>
  15. <Archive sha1sum="7c5d4bde5dd92dc1828d3cfc7706424cb39bdb72" type="targz">https://github.com/sullo/nikto/archive/2.1.6.tar.gz</Archive>
  16. <Patches>
  17. <Patch>nikto-fhs.patch</Patch>
  18. </Patches>
  19. </Source>
  20. <Package>
  21. <Name>nikto</Name>
  22. <RuntimeDependencies>
  23. <Dependency>perl-Net-SSLeay</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="config">/etc</Path>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="man">/usr/share/man</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. <Path fileType="data">/usr/share</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="4">
  36. <Date>2016-03-02</Date>
  37. <Version>2.1.6</Version>
  38. <Comment>Version bump, rebuilt with docker</Comment>
  39. <Name>İbrahim KARAGÜZEL</Name>
  40. <Email>karaguzelibrahim@gmail.com</Email>
  41. </Update>
  42. <Update release="3">
  43. <Date>2014-03-09</Date>
  44. <Version>2.1.4</Version>
  45. <Comment>Rebuild.</Comment>
  46. <Name>Alihan Öztürk</Name>
  47. <Email>alihan@pisilinux.org</Email>
  48. </Update>
  49. <Update release="2">
  50. <Date>2013-04-03</Date>
  51. <Version>2.1.4</Version>
  52. <Comment>Mass rebuild for Pisi Linux 1.0</Comment>
  53. <Name>Ertan Güven</Name>
  54. <Email>ertan@pisilinux.org</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2011-02-28</Date>
  58. <Version>2.1.4</Version>
  59. <Comment>First release</Comment>
  60. <Name>Pisi Linux Admins</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. </History>
  64. </PISI>