Modified unreasonable code

This commit is contained in:
kingpp 2022-10-21 14:13:21 +08:00
parent e705b33830
commit 346c02f93e

View File

@ -82,7 +82,7 @@ func executePoc(oReq *http.Request, p *Poc) (bool, error, string) {
for _, item := range p.Set {
k, expression := item.Key, item.Value
if expression == "newReverse()" {
return false, nil, ""
//return false, nil, ""
variableMap[k] = newReverse()
continue
}