We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd5ec3 commit b5794dbCopy full SHA for b5794db
modules/exploits/windows/browser/malwarebytes_update_exec.rb
@@ -88,7 +88,7 @@ def check_client_version(request)
88
Gem::Version.new(next_version) >= Gem::Version.new(this_version)
89
return true
90
else
91
- print_error "Version #{this_version} of Anti-Malware isn't vulnerable, not attemting update."
+ print_error "Version #{this_version} of Anti-Malware isn't vulnerable, not attempting update."
92
return false
93
end
94
0 commit comments