Skip to content

ScribblerCoder/nginx-ajp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

nginx-ajp-docker

While pentesting I stumbled upon an open AJP proxy on port 8009. Hacktricks includes notes on how to build an nginx server and use it as an http proxy to access internal servers exposed by AJP

Nginx Reverse Proxy & AJP (Hacktricks instructions)

  • Download the Nginx source code
  • Download the required module
  • Compile Nginx source code with the ajp_module
  • Create a configuration file pointing to the AJP Port

Instructions

Replace TARGET-IP in nginx.conf then run the following

docker build . -t nginx-ajp-proxy
docker run -it --rm -p 80:80 nginx-ajp-proxy

About

Create Nginx docker image with ajp module to use it as a proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published