diff options
Diffstat (limited to 'net-analyzer/wapiti/metadata.xml')
-rw-r--r-- | net-analyzer/wapiti/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/wapiti/metadata.xml b/net-analyzer/wapiti/metadata.xml new file mode 100644 index 000000000000..bd38de902c9a --- /dev/null +++ b/net-analyzer/wapiti/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>voyageur@gentoo.org</email> + <name>Bernard Cafarelli</name> + </maintainer> + <longdescription>Wapiti allows you to audit the security of your web applications. + +It performs black-box scans, i.e. it does not study the source code of the application but will scans the webpages of the deployed webapp, looking for scripts and forms where it can inject data. + +Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable.</longdescription> +</pkgmetadata> |