12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>nikto</Name>
- <Homepage>https://github.com/sullo/nikto</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL</License>
- <IsA>app:console</IsA>
- <Summary>An Open Source (GPL) web server scanner</Summary>
- <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>
- <Archive sha1sum="7c5d4bde5dd92dc1828d3cfc7706424cb39bdb72" type="targz">https://github.com/sullo/nikto/archive/2.1.6.tar.gz</Archive>
- <Patches>
- <Patch>nikto-fhs.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>nikto</Name>
- <RuntimeDependencies>
- <Dependency>perl-Net-SSLeay</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</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="4">
- <Date>2016-03-02</Date>
- <Version>2.1.6</Version>
- <Comment>Version bump, rebuilt with docker</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2014-03-09</Date>
- <Version>2.1.4</Version>
- <Comment>Rebuild.</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2013-04-03</Date>
- <Version>2.1.4</Version>
- <Comment>Mass rebuild for Pisi Linux 1.0</Comment>
- <Name>Ertan Güven</Name>
- <Email>ertan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2011-02-28</Date>
- <Version>2.1.4</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|