This commit is contained in:
影舞者
2022-05-12 17:56:32 +08:00
parent 4915539fb3
commit 11fb239c61
4 changed files with 6 additions and 5 deletions
-1
View File
@@ -194,7 +194,6 @@ func executePoc(oReq *http.Request, p *Poc) (bool, error, string) {
for k, v := range rule.Headers {
newRequest.Header.Set(k, v)
}
resp, err := DoRequest(newRequest, rule.FollowRedirects)
if err != nil {
return false, err