Skip to content

Commit 2cd9577

Browse files
committed
Fix table printing.
1 parent aeaff16 commit 2cd9577

File tree

1 file changed

+1
-1
lines changed
  • modules/post/windows/gather/credentials

1 file changed

+1
-1
lines changed

modules/post/windows/gather/credentials/gpp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def parse_xml(xmlfile)
242242
tables = Rex::Parser::GPP.create_tables(results, filetype, xmlfile[:domain], xmlfile[:dc])
243243

244244
tables.each do |table|
245-
table.print
245+
print_good table.to_s
246246
end
247247

248248
results.each do |result|

0 commit comments

Comments
 (0)