diff options
author | rafan <rafan@FreeBSD.org> | 2007-10-04 21:21:39 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-10-04 21:21:39 +0800 |
commit | 3cffce75960009eab474968d38f8038ab0fa5b4f (patch) | |
tree | 93a84948ad0c00f634961a2c355f0fa26aadde17 /security/Makefile | |
parent | e94b166d3dd9be803a2e3263d11f1d4bed6dc3c7 (diff) | |
download | freebsd-ports-gnome-3cffce75960009eab474968d38f8038ab0fa5b4f.tar.gz freebsd-ports-gnome-3cffce75960009eab474968d38f8038ab0fa5b4f.tar.zst freebsd-ports-gnome-3cffce75960009eab474968d38f8038ab0fa5b4f.zip |
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.
WWW: http://wapiti.sourceforge.net/
PR: ports/116873
Submitted by: Philippe Audeoud <jadawin at tuxaco.net>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index c25f0d4ec06e..ea648d651a7b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -759,6 +759,7 @@ SUBDIR += vuxml SUBDIR += vxquery SUBDIR += w3af + SUBDIR += wapiti SUBDIR += webfwlog SUBDIR += wipe SUBDIR += wpa_supplicant |