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:
parent
33ddef9303
commit
9b9d2f2345
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user