Skip to content

Commit

Permalink
修复潜在的bug, 可能导致tcp的poc不生效
Browse files Browse the repository at this point in the history
  • Loading branch information
M09Ic committed Oct 31, 2022
1 parent 12fbc7a commit 203fa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/internal/plugin/Dispatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func Dispatch(result *pkg.Result) {
}

// 如果exploit参数不为none,则进行漏洞探测
if RunOpt.Exploit != "none" && result.IsHttp() {
if RunOpt.Exploit != "none" {
Nuclei(result.GetHostBaseURL(), result)
}

Expand Down

0 comments on commit 203fa5c

Please sign in to comment.