Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
nginx-patch — nginx 1.15.10 patch against cve-2021-23017 (ingress version) | Kitploit
Tools/GitHubGitHub/niandy/nginx-patch
Container SecurityVulnerability AnalysisWeb SecurityCloud SecurityDevSecOpsMisconfiguration
GitHubniandy/nginx-patch

nginx-patch

nginx 1.15.10 patch against cve-2021-23017 (ingress version)

View Repository
134 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

nginx 1.15.x base image using debian-base

nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP proxy server.

This custom nginx image contains:

  • ngx_devel_kit
  • set-misc-nginx-module
  • headers-more-nginx-module
  • nginx-http-auth-digest
  • ngx_http_substitutions_filter_module
  • nginx-opentracing
  • opentracing-cpp
  • zipkin-cpp-opentracing
  • dd-opentracing-cpp
  • ModSecurity-nginx (only supported in x86_64)
  • brotli
  • geoip2

How to use this image: This image provides a default configuration file with no backend servers.

Using docker

root@kitploit:~
docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.84

Creating a replication controller

root@kitploit:~
kubectl create -f ./rc.yaml
Download Tool