17 lines
514 B
Bash
17 lines
514 B
Bash
# Title: Variables - NGINX_KNOWN_MODULES
|
|
# ID: NGINX_KNOWN_MODULES
|
|
# Author: Carlos Polop
|
|
# Last Update: 22-08-2023
|
|
# Description: known modules for nginx
|
|
# License: GNU GPL
|
|
# Version: 1.0
|
|
# Functions Used:
|
|
# Global Variables:
|
|
# Initial Functions:
|
|
# Generated Global Variables: $NGINX_KNOWN_MODULES
|
|
# Fat linpeas: 0
|
|
# Small linpeas: 1
|
|
|
|
|
|
NGINX_KNOWN_MODULES="ngx_http_geoip_module.so|ngx_http_xslt_filter_module.so|ngx_stream_geoip_module.so|ngx_http_image_filter_module.so|ngx_mail_module.so|ngx_stream_module.so"
|