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.
2 parents 879db5c + ae43883 commit 9e0750bCopy full SHA for 9e0750b
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