Update check.go

This commit is contained in:
影舞者
2021-06-18 09:38:30 +08:00
committed by GitHub
parent 6cdf1e19dc
commit 0743e4cb68

View File

@@ -32,7 +32,6 @@ func CheckMultiPoc(req *http.Request, Pocs embed.FS, workers int, pocname string
for i := 0; i < workers; i++ {
go func() {
for task := range tasks {
//if task.Poc.Name == task.Req.
isVul, _ := executePoc(task.Req, task.Poc)
if isVul {
result := fmt.Sprintf("[+] %s %s", task.Req.URL, task.Poc.Name)