diff options
author | se <se@FreeBSD.org> | 2007-09-04 18:44:41 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 2007-09-04 18:44:41 +0000 |
commit | f7c727fcad67c3bac86b206349632d172a144c5a (patch) | |
tree | 12b2a26cc9a82e09164f337e0b8242806f2552f7 /security/Makefile | |
parent | d6f4b8621ef728d541e0495e299d1569f10a3442 (diff) | |
download | FreeBSD-ports-f7c727fcad67c3bac86b206349632d172a144c5a.zip FreeBSD-ports-f7c727fcad67c3bac86b206349632d172a144c5a.tar.gz |
New port of w3af, the Web Application Audit and Attack Framework.
This is a Python based package of tools that can be used to assess
the security of a web server (including automated advanced tests,
e.g. for XSS or SQL injection vulnerabilities).
I did not get this port to work with the py-google port, there for
a local copy of pygoogle is included and packaged with this port.
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 c51f147..57ac825 100644 --- a/security/Makefile +++ b/security/Makefile @@ -755,6 +755,7 @@ SUBDIR += vscan SUBDIR += vuxml SUBDIR += vxquery + SUBDIR += w3af SUBDIR += webfwlog SUBDIR += wipe SUBDIR += wpa_supplicant |