Small changes before merging

bug/bundler_fix
sinn3r 2014-02-10 13:47:31 -06:00
parent 9b9b2fab58
commit 306b31eee3
No known key found for this signature in database
GPG Key ID: 2384DB4EF06F730B
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ class Metasploit3 < Msf::Auxiliary
vprint_good("#{peer} - Hijacked session for user with ID '#{user_id}'")
return user_id
else
# print_debug("#{peer} - Could not hijack session. Session is invalid.")
vprint_status("#{peer} - Could not hijack session. Session is invalid.")
end
end
@ -150,7 +150,7 @@ class Metasploit3 < Msf::Auxiliary
# Check for session tokens in 'tmp'
#
def check
get_session_tokens ? Exploit::CheckCode::Vulnerable : Exploit::CheckCode::Unknown
get_session_tokens ? Exploit::CheckCode::Vulnerable : Exploit::CheckCode::Safe
end
def run