From ce98fd669cd227c07beffbdf1285c4f614948205 Mon Sep 17 00:00:00 2001 From: fabacab Date: Thu, 25 Aug 2022 16:14:23 -0400 Subject: [PATCH] Add DotDotPwn, a popular directory traversal fuzzer. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63a5006..0561e12 100644 --- a/README.md +++ b/README.md @@ -848,6 +848,7 @@ See also *[Proxies and Machine-in-the-Middle (MITM) Tools](#proxies-and-machine- ### Web path discovery and bruteforcing tools +* [DotDotPwn](https://dotdotpwn.blogspot.com/) - Directory traversal fuzzer. * [dirsearch](https://github.com/maurosoria/dirsearch) - Web path scanner. * [recursebuster](https://github.com/c-sto/recursebuster) - Content discovery tool to perform directory and file bruteforcing.