From e348d754be04eca20bffa8b456b786c52af2a91f Mon Sep 17 00:00:00 2001 From: Bryon Nevis Date: Mon, 23 Oct 2023 18:33:33 -0700 Subject: [PATCH] Add DotDotPwn - Directory Traversal Fuzzer Signed-off-by: Bryon Nevis --- more_tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more_tools.md b/more_tools.md index 2a22010..0df3cd2 100644 --- a/more_tools.md +++ b/more_tools.md @@ -880,3 +880,4 @@ The following are a collection of recently-released pen test tools. I update thi - [Faraday v3.5 - Collaborative Penetration Test and Vulnerability Management Platform](http://feedproxy.google.com/~r/PentestTools/~3/Fq1vFkcIIFI/faraday-v35-collaborative-penetration.html) - [Recaf - A Modern Java Bytecode Editor](http://feedproxy.google.com/~r/PentestTools/~3/mAzq3GzpHIg/recaf-modern-java-bytecode-editor.html) - [dnSpy - .NET Debugger And Assembly Editor](http://feedproxy.google.com/~r/PentestTools/~3/JZaPW594CQE/dnspy-net-debugger-and-assembly-editor.html) +- [DotDotPwn - The Directory Traversal Fuzzer](https://github.com/wireghoul/dotdotpwn)