1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>ncrack</Name>
- <Homepage>http://nmap.org/ncrack/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>High-speed network authentication investigation tool</Summary>
- <Description>ncrack is a high-speed network auditing tool to invesitage for weak passwords.</Description>
- <Archive sha1sum="954ff0f5ed8850490c7b0e7f89dce3876791bf3b" type="targz">http://nmap.org/ncrack/dist/ncrack-0.4ALPHA.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>gcc</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>ncrack</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>openssl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/ncrack</Path>
- <Path fileType="doc">/usr/share/doc/ncrack</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2016-03-02</Date>
- <Version>0.4</Version>
- <Comment>Rebuilt with docker</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2014-03-09</Date>
- <Version>0.4</Version>
- <Comment>Rebuild.</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2011-05-09</Date>
- <Version>0.4</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|