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 879db5c commit ae43883Copy full SHA for ae43883
modules/auxiliary/scanner/mongodb/mongodb_login.rb
@@ -51,7 +51,7 @@ def run_host(ip)
51
:exploited_at => Time.now.utc,
52
:info => "Mongo server has no authentication."
53
)
54
- print_good("Mongo server #{ip.to_s} dosn't use authentication")
+ print_good("Mongo server #{ip.to_s} doesn't use authentication")
55
end
56
disconnect
57
rescue ::Exception => e
0 commit comments