mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 20:51:52 +08:00
+1
-5
@@ -32,11 +32,7 @@ func Execute(PocInfo common.PocInfo) error {
|
|||||||
req.Header.Set("Cookie", PocInfo.Cookie)
|
req.Header.Set("Cookie", PocInfo.Cookie)
|
||||||
}
|
}
|
||||||
|
|
||||||
if PocInfo.PocName != "" {
|
lib.CheckMultiPoc(req, Pocs, PocInfo.Num, PocInfo.PocName)
|
||||||
lib.CheckMultiPoc(req, Pocs, PocInfo.Num, PocInfo.PocName)
|
|
||||||
} else {
|
|
||||||
lib.CheckMultiPoc(req, Pocs, PocInfo.Num, "")
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user