函数原型
func zipSlip(s1 string, b1 bytes) bytes
参数介绍
举例
zipSlip("../../../../../../../../../../../../../opt/tomcat/webapps/upload/ssctyjxq.jsp", b"<% out.print(\"this_is_for_test\")%>")Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
zipSlip函数主要是用来自定义生成zip文件
func zipSlip(s1 string, b1 bytes) bytes
| 参数名称 | 参数介绍 |
|---|---|
| s1 | 文件路径 |
| b1 | 文件内容数据 |
zipSlip("../../../../../../../../../../../../../opt/tomcat/webapps/upload/ssctyjxq.jsp", b"<% out.print(\"this_is_for_test\")%>")Was this page helpful?
