gixy-next
all
Analyze NGINX configuration files for security and performance misconfigurations.
More info →Options (1)
-f, --formatbooleanOutput as uncolored text or machine-readable JSON
Example:
gixy-next {{[-f|--format]}} {{text|json}} {{path/to/nginx.conf}}Examples (6)
Analyze `nginx` configuration (default path: `/etc/nginx/nginx.conf`)
gixy-next path/to/nginx.confRun only specific checks (comma-separated)
gixy-next --tests http_splitting,ssrf,version_disclosure path/to/nginx.confSkip specific checks (comma-separated)
gixy-next --skips low_keepalive_requests,worker_rlimit_nofile_vs_connections path/to/nginx.confOnly report issues at a given severity or higher
gixy-next -l|-ll|-lll path/to/nginx.confOutput as uncolored text or machine-readable JSON
gixy-next [-f|--format] text|json path/to/nginx.confmade by @shridhargupta | data from tldr-pages