mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-16 14:22:36 +08:00
fix for a judgement
This commit is contained in:
parent
ae2a4621d4
commit
f3a3dd2f8c
@ -32,7 +32,7 @@ func Execute(PocInfo common.PocInfo) error {
|
|||||||
req.Header.Set("Cookie", PocInfo.Cookie)
|
req.Header.Set("Cookie", PocInfo.Cookie)
|
||||||
}
|
}
|
||||||
|
|
||||||
lib.CheckMultiPoc(req, Pocs, PocInfo.Num, "")
|
lib.CheckMultiPoc(req, Pocs, PocInfo.Num, PocInfo.PocName)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user