pspec.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>admsnmp</Name>
  6. <Homepage>https://www.freshports.org/security/ADMsnmp/</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <PartOf>network</PartOf>
  13. <IsA>app:console</IsA>
  14. <Summary>ADM SNMP audit scanner.</Summary>
  15. <Description>ADMsnmp can brute force the snmp community name (with a wordfile) or make a wordfile list derived the hostname.</Description>
  16. <Archive sha1sum="0e8cb98a47c7e473389d6cc512da76d021d0910d" type="targz">http://examples.oreilly.com/networksa/tools/ADMsnmp.0.1.tgz</Archive>
  17. <BuildDependencies>
  18. <Dependency>glibc-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>admsnmp</Name>
  23. <RuntimeDependencies>
  24. <Dependency>glibc</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. <Path fileType="data">/usr/share/admsnmp/</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="1">
  34. <Date>2016-03-30</Date>
  35. <Version>0.1</Version>
  36. <Comment>First Release, Built with docker</Comment>
  37. <Name>İbrahim KARAGÜZEL</Name>
  38. <Email>karaguzelibrahim@gmail.com</Email>
  39. </Update>
  40. </History>
  41. </PISI>