diff options
Diffstat (limited to 'net-wireless/wepattack/metadata.xml')
-rw-r--r-- | net-wireless/wepattack/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-wireless/wepattack/metadata.xml b/net-wireless/wepattack/metadata.xml new file mode 100644 index 000000000000..7d7e9c4af0ae --- /dev/null +++ b/net-wireless/wepattack/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>netmon</herd> + <longdescription lang="en"> + WepAttack is a WLAN open source Linux tool for breaking 802.11 WEP keys. + This tool is based on an active dictionary attack that tests millions of + words to find the right key. Only one packet is required to start an + attack. + </longdescription> + <use> + <flag name="john">Build with <pkg>app-crypt/johntheripper</pkg> + support</flag> + </use> + <upstream> + <remote-id type="sourceforge">wepattack</remote-id> + </upstream> +</pkgmetadata> |