gixy-next
Maintained fork of gixy for nginx security analysis
TLDR
Analyze nginx config
$ gixy-next [/etc/nginx/nginx.conf]
Check specific rules$ gixy-next --only [ssrf,host-spoofing] [config.conf]
Output JSON$ gixy-next --format json [config.conf]
SYNOPSIS
gixy-next [options] config
DESCRIPTION
gixy-next is a maintained fork of gixy for nginx security analysis. It continues development of the original tool with updates, bug fixes, and support for newer nginx features.
The tool analyzes nginx configurations for security issues, detecting misconfigurations that could lead to vulnerabilities such as SSRF and host spoofing.
PARAMETERS
CONFIG
Nginx configuration file.--only RULES
Only run specific rules.--skip RULES
Skip specific rules.--format FORMAT
Output format.--help
Display help information.
CAVEATS
Fork of original gixy. May have different features. Check compatibility with your nginx version.
HISTORY
gixy-next continues development of gixy after the original project became less actively maintained.
