make msftidy happy
parent
47ca4fd48f
commit
9f65264af4
|
@ -58,7 +58,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'Platform' => 'unix'
|
'Platform' => 'unix'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[ 'Telnet', #all devices, use a netcat bind payload for getting a valid session
|
[ 'Telnet', #all devices
|
||||||
{
|
{
|
||||||
'Arch' => ARCH_CMD,
|
'Arch' => ARCH_CMD,
|
||||||
'Platform' => 'unix'
|
'Platform' => 'unix'
|
||||||
|
@ -144,7 +144,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
end
|
end
|
||||||
|
|
||||||
def exploit
|
def exploit
|
||||||
handler
|
|
||||||
downfile = datastore['DOWNFILE'] || rand_text_alpha(8+rand(8))
|
downfile = datastore['DOWNFILE'] || rand_text_alpha(8+rand(8))
|
||||||
|
|
||||||
new_portmapping_description = rand_text_alpha(8)
|
new_portmapping_description = rand_text_alpha(8)
|
||||||
|
|
Loading…
Reference in New Issue