We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb8098 commit 19c4d5bCopy full SHA for 19c4d5b
modules/exploits/unix/webapp/wp_ninja_forms_unauthenticated_file_upload.rb
@@ -52,7 +52,7 @@ def enable_v3_functionality
52
print_status 'Enabling vulnerable V3 functionality...'
53
res = send_request_cgi(
54
'method' => 'GET',
55
- 'uri' => '/',
+ 'uri' => target_uri.path,
56
'vars_get' => { 'nf-switcher' => 'upgrade' }
57
)
58
@@ -67,7 +67,7 @@ def disable_v3_functionality
67
print_status 'Disabling vulnerable V3 functionality...'
68
69
70
71
'vars_get' => { 'nf-switcher' => 'rollback' }
72
73
0 commit comments