pspec.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>amap</Name>
  6. <Homepage>http://freeworld.thc.org/releases.php</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <PartOf>network.analyzer</PartOf>
  13. <IsA>app:console</IsA>
  14. <Summary>Next-generation tool for assisting network penetration testing.</Summary>
  15. <Description>Amap is a next-generation scanning tool, which identifies applications and services even if they are not listening on the default port by creating a bogus-communication and analyzing the responses.</Description>
  16. <Archive sha1sum="79056f29a3b9e0a21062116aec3e966b1a46d7d3" type="targz">https://github.com/ibrahimkaraguzel/Sources/raw/master/amap-5.4.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libpcre-devel</Dependency>
  19. <Dependency>libpcap-devel</Dependency>
  20. <Dependency>openssl-devel</Dependency>
  21. <Dependency>ca-certificates</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level="1">pcre.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>amap</Name>
  29. <RuntimeDependencies>
  30. <Dependency>libpcre</Dependency>
  31. <Dependency>libpcap</Dependency>
  32. <Dependency>openssl</Dependency>
  33. <Dependency>ca-certificates</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. <Path fileType="man">/usr/share/man</Path>
  39. <Path fileType="data">/usr/share</Path>
  40. <Path fileType="data">/usr/share/amap</Path>
  41. <Path fileType="data">/usr/share/amap/etc</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="1">
  46. <Date>2016-04-06</Date>
  47. <Version>5.4</Version>
  48. <Comment>First Pisi Built</Comment>
  49. <Name>İbrahim KARAGÜZEL</Name>
  50. <Email>karaguzelibrahim@gmail.com</Email>
  51. </Update>
  52. </History>
  53. </PISI>