Fixed EOL spaces
parent
9c9cd33c34
commit
26482ee6d6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue