We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff939f commit 3beb791Copy full SHA for 3beb791
README.md
@@ -320,7 +320,7 @@ jndiNuSig = func(Payload) {
320
```go
321
jndiNuSer = func(Payload) {
322
Command := str.Split(Payload,"#")
323
- cmd := codec.EncodeBase64(Command[1])
+ cmd := codec.EncodeBase64(Command[1])
324
Payload := str.Replace(Command[0],"CommandNew",cmd,1)
325
return codec.EncodeUrl(Payload)
326
}
0 commit comments