Skip to content

Commit bd05ad1

Browse files
committed
Merge pull request rapid7#52 from scriptjunkie/gpp_again
Fix table printing.
2 parents aeaff16 + 2cd9577 commit bd05ad1

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)