Skip to content

Commit 02788f7

Browse files
committed
Fix table.print
1 parent fab1781 commit 02788f7

File tree

1 file changed

+1
-1
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/rex/post/meterpreter/ui/console/command_dispatcher/mimikatz.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def mimikatz_request(provider, method)
106106
table << [acc[:authid], acc[:package], acc[:domain], acc[:user], acc[:password]]
107107
end
108108

109-
table.print
109+
print_status table.to_s
110110

111111
return true
112112
end

0 commit comments

Comments
 (0)