37 changes: 20 additions & 17 deletions 37 http/vulnerabilities/other/nginx-module-vts-xss.yaml Original file line numberDiff line numberDiff line change @@ -2,7 +2,7 @@ id: nginx-module-vts-xss info: name: Nginx Virtual Host Traffic Status Module - Cross-Site Scripting author: madrob...
nuclei -u http://hydass.be -id nginx-module-vts-xss __ _ ___ __ ___/ /__ (_) / __ \/ / / / ___/ / _ \/ / / / / / /_/ / /__/ / __/ / /_/ /_/\__,_/\___/_/\___/_/ v2.9.6 projectdiscovery.io [WRN] Found 22 template[s] loaded with deprecate...
/root/nginx-module-vts/src/ngx_http_vhost_traffic_status_display_json.c: In function ‘ngx_http_vhost_traffic_status_display_set_upstream_grou’: /root/nginx-module-vts/src/ngx_http_vhost_traffic_status_display_json.c:604:61: error: ‘ngx_http_upstream_rr_peer_t’ {aka ‘struct ngx_ht...
/root/nginx-module-vts/src/ngx_http_vhost_traffic_status_display_json.c:Infunction‘ngx_http_vhost_traffic_status_display_set_upstream_grou’:/root/nginx-module-vts/src/ngx_http_vhost_traffic_status_display_json.c:604:61:error: ‘ngx_http_upstream_rr_peer_t’ {aka ‘struct ngx_http_upstr...
https://github.com/vozlt/nginx-module-vts.git 1. 4. 编译安全 nginx 编译之前需要给 nginx 打补丁,因为nginx-module-vts模块监控需要 切到nginx源码目录 cd /root/openresty-1.21.4.1/bundle/nginx-1.21.4/ 打补丁 patch -p1 < /root/nginx_upstream_check_module/check_1.20.1+.patch ...
windows下编译nginx插件nginx-module-vts准备编译异常配置使用 准备基本与windows下编译nginx需要的一致。git。用于通过github下载源码。Visual Studio 2015+。我用的是Visual Studio 2019社区版。需要注意的是,安装的时候必须安装“使用C++的桌面开发”,不需要安装“通用Windows平台开发”,因为需要里面的C:\Prog ...
第三方模块即非 Nginx 官方开发的功能模块,据统计,在开源社区发布的第三方模块已经达到 100 多个,其中 lua-resty、nginx-module-vts 等模块的使用度非常高。 2) 动态模块 Nginx 早期版本在进行模块编译时,通过编译配置(configure)选项--with_module和--without-module决定要编译哪些模块,被选择的模块代码与 Nginx ...
nginx-module-vtsNGINX virtual host traffic status module nginx-module-webpNGINX WebP module nginx-module-xsltNGINX XSLT dynamic module nginx-module-xssNative cross-site scripting support in NGINX nginx-module-zipStreaming ZIP archiver for NGINX ...
module=../nginx-module-vts-0.1.18 --add-module=../nginx-http-concat-1.2.2 --add-module=../nginx_upstream_check_module-master --with-http_realip_module --with-http_stub_status_module --with-http_gzip_static_module#cat www.frank.comserver{listen80;server_name www.frank.com;# enforce...
背景:centos7下yum直接安装的nginx,添加新模块 1、查看nginx版本模块 nginx -V 2、下载一个同版本的可编译的nginx cd /home/ngadm wget http...;with-http_gunzip_module –with-http_gzip_static_module –with-http_random_index_module &ndash Nginx第三方插件编译(vts、check) /nginx_upstream_check_mod...