Land #12629, fix typo in splunk upload app exec

This commit is contained in:
dwelch-r7 2019-11-26 18:25:09 +00:00
commit 70395f2c23
No known key found for this signature in database
GPG Key ID: 9EE07CC33C543443
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ class MetasploitModule < Msf::Exploit::Remote
end
if return_output
if ver7 == true
if @ver7 == true
res.body.match('sid.*')
job_id_blob = Regexp.last_match(0)
job_id_blob2 = job_id_blob.split('>')[1]