diff options
author | niels <niels@FreeBSD.org> | 2010-03-25 14:43:37 +0800 |
---|---|---|
committer | niels <niels@FreeBSD.org> | 2010-03-25 14:43:37 +0800 |
commit | c45e18b8aa8ee6a93a4dbf070c504f48a4a3478c (patch) | |
tree | 7d0a1fc9c21a5090e959b701a73cb9b4a5271ceb /security/Makefile | |
parent | 4bc15cd68d8af3b234b4869540e0c0cb8845c9fd (diff) | |
download | freebsd-ports-gnome-c45e18b8aa8ee6a93a4dbf070c504f48a4a3478c.tar.gz freebsd-ports-gnome-c45e18b8aa8ee6a93a4dbf070c504f48a4a3478c.tar.zst freebsd-ports-gnome-c45e18b8aa8ee6a93a4dbf070c504f48a4a3478c.zip |
skipfish is a high-performance, easy, and sophisticated Web application
security testing tool. It features a single-threaded multiplexing
HTTP stack, heuristic detection of obscure Web frameworks, and
advanced, differential security checks capable of detecting blind
injection vulnerabilities, stored XSS, and so forth.
PR: ports/144942
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: itetcu (mentor)
WWW: http://code.google.com/p/skipfish/
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 77748b8384ce..cb459617f316 100644 --- a/security/Makefile +++ b/security/Makefile @@ -768,6 +768,7 @@ SUBDIR += signing-party SUBDIR += silktools SUBDIR += sinfp + SUBDIR += skipfish SUBDIR += sks SUBDIR += slurpie SUBDIR += slush |