alter print_status
Altered print_status to print_good to differentiate when user is online easierbug/bundler_fix
parent
ffb7efb52b
commit
38add0ab50
|
@ -87,7 +87,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
if action.name == 'CHECK'
|
||||
print_status("#{peer} - Checking if user #{@sipuri} is online")
|
||||
if check_user
|
||||
print_status("#{peer} - User online")
|
||||
print_good("#{peer} - User online")
|
||||
else
|
||||
print_status("#{peer} - User offline")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue