mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 05:12:36 +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 {
|
||||
k, expression := item.Key, item.Value
|
||||
if expression == "newReverse()" {
|
||||
return false, nil, ""
|
||||
//return false, nil, ""
|
||||
variableMap[k] = newReverse()
|
||||
continue
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user