Fixed EOL spaces

GSoC/Meterpreter_Web_Console
Alex Gonzalez 2018-10-09 18:30:41 -04:00 committed by GitHub
parent 9c9cd33c34
commit 26482ee6d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class MetasploitModule < Msf::Exploit::Remote
def exploit
unless access_login?
fail_with(Failure::Unknown, 'Unable to access the web application!')
end
end
print_status('Retrieving Session ID and XSRF token...')
auth_res = do_auth
good_sid = get_sid(auth_res)