From bb325561a15887748e4bd6258120659f8270e7fb Mon Sep 17 00:00:00 2001 From: Joshua Rogers Date: Sat, 3 Jan 2026 23:33:52 +1100 Subject: [PATCH 1/2] add gixy-next --- Reverse Proxy Misconfigurations/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Reverse Proxy Misconfigurations/README.md b/Reverse Proxy Misconfigurations/README.md index f252193..ce3b541 100644 --- a/Reverse Proxy Misconfigurations/README.md +++ b/Reverse Proxy Misconfigurations/README.md @@ -21,6 +21,7 @@ ## Tools * [yandex/gixy](https://github.com/yandex/gixy) - Nginx configuration static analyzer. +- [Gixy-Next](https://gixy.io/) - Actively maintained Python3 fork of gixy. * [shiblisec/Kyubi](https://github.com/shiblisec/Kyubi) - A tool to discover Nginx alias traversal misconfiguration. * [laluka/bypass-url-parser](https://github.com/laluka/bypass-url-parser) - Tool that tests MANY url bypasses to reach a 40X protected page. From 2c2552d1fe4c4ef9815f9560525bf0d4e5226186 Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:48:14 +0100 Subject: [PATCH 2/2] Update Gixy-Next link in README.md --- Reverse Proxy Misconfigurations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reverse Proxy Misconfigurations/README.md b/Reverse Proxy Misconfigurations/README.md index ce3b541..3387526 100644 --- a/Reverse Proxy Misconfigurations/README.md +++ b/Reverse Proxy Misconfigurations/README.md @@ -21,7 +21,7 @@ ## Tools * [yandex/gixy](https://github.com/yandex/gixy) - Nginx configuration static analyzer. -- [Gixy-Next](https://gixy.io/) - Actively maintained Python3 fork of gixy. +- [MegaManSec/Gixy-Next](https://github.com/MegaManSec/Gixy-Next) - Actively maintained Python3 fork of gixy. * [shiblisec/Kyubi](https://github.com/shiblisec/Kyubi) - A tool to discover Nginx alias traversal misconfiguration. * [laluka/bypass-url-parser](https://github.com/laluka/bypass-url-parser) - Tool that tests MANY url bypasses to reach a 40X protected page.