mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-15 05:42:35 +08:00
Modified unreasonable code
This commit is contained in:
parent
e705b33830
commit
346c02f93e
@ -82,7 +82,7 @@ func executePoc(oReq *http.Request, p *Poc) (bool, error, string) {
|
|||||||
for _, item := range p.Set {
|
for _, item := range p.Set {
|
||||||
k, expression := item.Key, item.Value
|
k, expression := item.Key, item.Value
|
||||||
if expression == "newReverse()" {
|
if expression == "newReverse()" {
|
||||||
return false, nil, ""
|
//return false, nil, ""
|
||||||
variableMap[k] = newReverse()
|
variableMap[k] = newReverse()
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user