Correct print output

Printing the room details is the purpose of the module.
Reinstated printing the table in non-verbose mode (users won't know it's there otherwise)
bug/bundler_fix
kicks4kittens 2014-02-05 22:00:02 +01:00
parent 445cd7be5a
commit 564f9bccc8
1 changed files with 2 additions and 4 deletions

View File

@ -154,10 +154,8 @@ class Metasploit3 < Msf::Auxiliary
end
def output_table(room_info, test_current)
unless datastore['VERBOSE']
print_good("New meeting room found: #{test_current}")
return
end
print_good("New meeting room found: #{test_current}")
# print output table for discovered meeting rooms
roomtbl = Msf::Ui::Console::Table.new(