Skip to content

Commit 3beb791

Browse files
S@2gS@2g
authored andcommitted
提交项目
1 parent aff939f commit 3beb791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jndiNuSig = func(Payload) {
320320
```go
321321
jndiNuSer = func(Payload) {
322322
Command := str.Split(Payload,"#")
323-
cmd := codec.EncodeBase64(Command[1])
323+
cmd := codec.EncodeBase64(Command[1])
324324
Payload := str.Replace(Command[0],"CommandNew",cmd,1)
325325
return codec.EncodeUrl(Payload)
326326
}

0 commit comments

Comments
 (0)