mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-27 05:31:53 +08:00
fix for a judgement
This commit is contained in:
+1
-1
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user