Skip to content

Commit 6077617

Browse files
committed
rm res var name
the res variable isn't used
1 parent 199ed9e commit 6077617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/vbulletin_unserialize.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def exploit
9494
chain = Rex::Text.uri_encode(chain)
9595
chain = chain.gsub(/%2a/, '%00%2a%00') # php and Rex disagree on '*' encoding
9696

97-
res = send_request_cgi({
97+
send_request_cgi({
9898
'method' => 'GET',
9999
'uri' => normalize_uri(target_uri.path, 'ajax/api/hook/decodeArguments'),
100100
'vars_get' => {

0 commit comments

Comments
 (0)