Skip to content

Commit

Permalink
Land #18603, add cves to snmp modules
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 authored Dec 6, 2023
2 parents 41232f4 + 5b8e759 commit 4588085
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion modules/auxiliary/scanner/snmp/snmp_enum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ def initialize(info = {})
[ 'URL', 'https://en.wikipedia.org/wiki/Simple_Network_Management_Protocol' ],
[ 'URL', 'https://net-snmp.sourceforge.io/docs/man/snmpwalk.html' ],
[ 'URL', 'http://www.nothink.org/codes/snmpcheck/index.php' ],
],
[ 'CVE', '1999-0508' ], # Weak password
[ 'CVE', '1999-0517' ],
[ 'CVE', '1999-0516' ] ],
'Author' => 'Matteo Cantoni <goony[at]nothink.org>',
'License' => MSF_LICENSE
))
Expand Down
4 changes: 3 additions & 1 deletion modules/auxiliary/scanner/snmp/snmp_login.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ def initialize
'Author' => 'hdm',
'References' =>
[
[ 'CVE', '1999-0508'] # Weak password
[ 'CVE', '1999-0508' ], # Weak password
[ 'CVE', '1999-0517' ],
[ 'CVE', '1999-0516' ],
],
'License' => MSF_LICENSE
)
Expand Down

0 comments on commit 4588085

Please sign in to comment.