We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb6a26 commit 39a209cCopy full SHA for 39a209c
plugin/go/rdp_cve-2019-0708.go
@@ -55,7 +55,7 @@ func (p *rdp_CVE_2019_0708) GetResult() []plugin.Plugin {
55
56
func (p *rdp_CVE_2019_0708) Check(netloc string, meta plugin.TaskMeta) bool {
57
client := p
58
- if meta.System != "" && meta.System != "windows" { {
+ if meta.System != "" && meta.System != "windows" {
59
return false
60
}
61
if strings.IndexAny(netloc, "http") == 0 {
0 commit comments