Modify title and ranking

bug/bundler_fix
jvazquez-r7 2014-07-11 09:35:21 -05:00
parent a9b92ee581
commit 611b8a1b6d
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
Rank = NormalRanking
Rank = ExcellentRanking
include Msf::Exploit::CmdStager
def initialize(info = {})
super(update_info(info,
'Name' => 'D-Link Unauthenticated Command Injection via UPnP M-SEARCH Multicast',
'Name' => 'D-Link Unauthenticated UPnP M-SEARCH Multicast Command Injection',
'Description' => %q{
Different D-Link Routers are vulnerable to OS command injection via UPnP Multicast
requests. This module has been tested on DIR-300 and DIR-645 devices. Zacharia Cutlip