mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 13:22:35 +08:00
默认跳过dnslog的poc
This commit is contained in:
parent
3ba0a2abd3
commit
3f8fd82674
@ -82,6 +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, ""
|
||||||
variableMap[k] = newReverse()
|
variableMap[k] = newReverse()
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user