Skip to content

Commit

Permalink
Update rdp_cve-2019-0708.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ywolf authored May 26, 2019
1 parent 9eb6a26 commit 39a209c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/go/rdp_cve-2019-0708.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (p *rdp_CVE_2019_0708) GetResult() []plugin.Plugin {

func (p *rdp_CVE_2019_0708) Check(netloc string, meta plugin.TaskMeta) bool {
client := p
if meta.System != "" && meta.System != "windows" { {
if meta.System != "" && meta.System != "windows" {
return false
}
if strings.IndexAny(netloc, "http") == 0 {
Expand Down

0 comments on commit 39a209c

Please sign in to comment.