Do minor cleanup for dlink_dir615_up_exec
parent
348705ad46
commit
dfa19cb46d
|
@ -17,15 +17,16 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'D-Link DIR615h Command Execution - Upload and Execute',
|
||||
'Name' => 'D-Link DIR615h OS Command Injection',
|
||||
'Description' => %q{
|
||||
Some D-Link Routers are vulnerable to an authenticated OS command injection.
|
||||
Default credentials for the web interface are admin/admin or admin/password. Since
|
||||
it is a blind os command injection vulnerability, there is no output for the
|
||||
Some D-Link Routers are vulnerable to an authenticated OS command injection on
|
||||
their web interface, where default credentials are admin/admin or admin/password.
|
||||
Since it is a blind os command injection vulnerability, there is no output for the
|
||||
executed command when using the cmd generic payload. This module was tested against
|
||||
a DIR-615 hardware revision H1 - firmware version 8.04. A ping command against a
|
||||
controlled system could be used for testing purposes. The exploit uses the wget
|
||||
client from the device to download the payload.
|
||||
client from the device to convert the command injection into an arbitrary payload
|
||||
execution.
|
||||
},
|
||||
'Author' =>
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue