Skip to content

Commit ae43883

Browse files
committed
Fix mongodb_login typo
1 parent 879db5c commit ae43883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/mongodb/mongodb_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def run_host(ip)
5151
:exploited_at => Time.now.utc,
5252
:info => "Mongo server has no authentication."
5353
)
54-
print_good("Mongo server #{ip.to_s} dosn't use authentication")
54+
print_good("Mongo server #{ip.to_s} doesn't use authentication")
5555
end
5656
disconnect
5757
rescue ::Exception => e

0 commit comments

Comments
 (0)