Skip to content

Commit 84f280d

Browse files
committed
Use a more descriptive MongoDB vulnerability title
1 parent ee3f1fc commit 84f280d

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
@@ -49,7 +49,7 @@ def run_host(ip)
4949
report_vuln(
5050
:host => rhost,
5151
:port => rport,
52-
:name => self.name,
52+
:name => "MongoDB No Authentication",
5353
:refs => self.references,
5454
:exploited_at => Time.now.utc,
5555
:info => "Mongo server has no authentication."

0 commit comments

Comments
 (0)