mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
2736234346
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>
17 lines
535 B
Plaintext
17 lines
535 B
Plaintext
bin/dotdotpwn
|
|
%%SITE_PERL%%/DotDotPwn/BisectionAlgorithm.pm
|
|
%%SITE_PERL%%/DotDotPwn/FTP.pm
|
|
%%SITE_PERL%%/DotDotPwn/File.pm
|
|
%%SITE_PERL%%/DotDotPwn/Fingerprint.pm
|
|
%%SITE_PERL%%/DotDotPwn/HTTP.pm
|
|
%%SITE_PERL%%/DotDotPwn/HTTP_Url.pm
|
|
%%SITE_PERL%%/DotDotPwn/Payload.pm
|
|
%%SITE_PERL%%/DotDotPwn/STDOUT.pm
|
|
%%SITE_PERL%%/DotDotPwn/TFTP.pm
|
|
%%SITE_PERL%%/DotDotPwn/TraversalEngine.pm
|
|
%%DATADIR%%/User-Agents.txt
|
|
%%DATADIR%%/payload_sample_1.txt
|
|
%%DATADIR%%/payload_sample_2.txt
|
|
%%SITE_PERL%%/DotDotPwn/User-Agents.txt
|
|
@dir %%DATADIR%%/DotDotPwn
|