diff options
author | pi <pi@FreeBSD.org> | 2016-12-08 05:29:35 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-12-08 05:29:35 +0800 |
commit | dfe3399ea07a32bf00197cbc0986dec3baf22811 (patch) | |
tree | 93479366fa98474e21edcc1d3bf1e9e9fc7bdbda /security/Makefile | |
parent | dbe79633185feccdd352f1b7b8b2006e25b5613f (diff) | |
download | freebsd-ports-gnome-dfe3399ea07a32bf00197cbc0986dec3baf22811.tar.gz freebsd-ports-gnome-dfe3399ea07a32bf00197cbc0986dec3baf22811.tar.zst freebsd-ports-gnome-dfe3399ea07a32bf00197cbc0986dec3baf22811.zip |
New port: security/dotdotpwn
DotDotPwn - The Directory Traversal Fuzzer
It's a very flexible intelligent
fuzzer to discover traversal directory
vulnerabilities in software such as HTTP/FTP/TFTP
servers, Web platforms such as CMSs,
ERPs, Blogs, etc.
Also, it has a protocol-independent
module to send the desired payload to
the host and port specified. On the
other hand, it also could be used in
a scripting way using the STDOUT module.
It's written in perl programming
language and can be run either under
*NIX or Windows platforms.
WWW: https://github.com/wireghoul/dotdotpwn
PR: 209323
Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com>
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 84bc257b39d9..94b8ce803fda 100644 --- a/security/Makefile +++ b/security/Makefile @@ -115,6 +115,7 @@ SUBDIR += doas SUBDIR += doorman SUBDIR += doscan + SUBDIR += dotdotpwn SUBDIR += dradis SUBDIR += dropbear SUBDIR += dsniff |