From aeaff16f88234c1ac9a469149ff7b32d5eca6f8d Mon Sep 17 00:00:00 2001 From: Meatballs Date: Tue, 20 May 2014 22:27:24 +0100 Subject: [PATCH] More legible output --- modules/post/windows/gather/credentials/gpp.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/post/windows/gather/credentials/gpp.rb b/modules/post/windows/gather/credentials/gpp.rb index b60042086f..7be21ba141 100644 --- a/modules/post/windows/gather/credentials/gpp.rb +++ b/modules/post/windows/gather/credentials/gpp.rb @@ -249,6 +249,7 @@ class Metasploit3 < Msf::Post if datastore['STORE'] stored_path = store_loot('windows.gpp.xml', 'text/plain', session, xmlfile[:xml], filetype, xmlfile[:path]) print_status("XML file saved to: #{stored_path}") + print_line end report_creds(result[:USER], result[:PASS], result[:DISABLED])