From 7e3f2b9954f337f2909230d7f0381e7098a40665 Mon Sep 17 00:00:00 2001 From: Danila Vershinin Date: Sun, 11 Jan 2026 16:02:13 +0800 Subject: [PATCH] Replace Gixy-Next with dvershinin/gixy as the actively maintained fork dvershinin/gixy (gixy-ng on PyPI) is the more actively maintained fork with: - Python 3.6-3.13 support - Additional security checks - Regular updates and releases Official website: https://gixy.org --- 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 963390c9..f4312c09 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. -* [MegaManSec/Gixy-Next](https://github.com/MegaManSec/Gixy-Next) - Actively maintained Python3 fork of gixy. +* [dvershinin/gixy](https://github.com/dvershinin/gixy) - Actively maintained fork of gixy with Python 3.6-3.13 support. * [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.