技术栈
put
SuperherRo
7 个月前
java
·
tomcat
·
put
·
弱口令
·
ajp
Tomcat漏洞利用工具-TomcatVuln
https://github.com/errors11/TomcatVuln默认读取web.xml文件,漏洞利用方式是通过web.xml文件读取其中的class文件到本地
梁云亮
1 年前
axios
·
batch
·
get
·
post
·
put
·
delete
axios 各种方式的请求 示例
GET方式采用接口方式携带参数,比如上面示例最终请求服务器端的url是:
Bulut0907
1 年前
springboot
·
get
·
post
·
put
·
delete
SpringBoot对一个URL通过method(GET、POST、PUT、DELETE)实现增删改查操作
我们都知道GET、POST、PUT、DELETE分别对应查、增、改、删除