Skip to content

Commit

Permalink
my editor...
Browse files Browse the repository at this point in the history
  • Loading branch information
jvazquez-r7 committed Dec 3, 2012
1 parent 8a9ad42 commit 3f3bdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/windows/http/ektron_xslt_exec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def check
}
})

if res and res.code == 200 and res.body =~ /#{fingerprint}/ and res.body ! /Error/
if res and res.code == 200 and res.body =~ /#{fingerprint}/ and res.body !~ /Error/
return Exploit::CheckCode::Vulnerable
end
return Exploit::CheckCode::Safe
Expand Down

0 comments on commit 3f3bdb8

Please sign in to comment.