metadata.xml 738 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>netmon@gentoo.org</email>
  6. <name>Gentoo network monitoring and analysis project</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. WepAttack is a WLAN open source Linux tool for breaking 802.11 WEP keys.
  10. This tool is based on an active dictionary attack that tests millions of
  11. words to find the right key. Only one packet is required to start an
  12. attack.
  13. </longdescription>
  14. <use>
  15. <flag name="john">Build with <pkg>app-crypt/johntheripper</pkg>
  16. support</flag>
  17. </use>
  18. <upstream>
  19. <remote-id type="sourceforge">wepattack</remote-id>
  20. </upstream>
  21. </pkgmetadata>