mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-09-14 14:06:44 +08:00
no need for this judgement
This commit is contained in:
parent
2ed5948d08
commit
ae2a4621d4
@ -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)
|
|
||||||
} else {
|
|
||||||
lib.CheckMultiPoc(req, Pocs, PocInfo.Num, "")
|
lib.CheckMultiPoc(req, Pocs, PocInfo.Num, "")
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user