Skip to content

Commit 52346c3

Browse files
author
Brent Cook
committed
fix renamed rex text
1 parent fa016de commit 52346c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def report_imap(creds)
296296
end
297297

298298
def get_mdaemon_creds(userlist)
299-
credentials = Rex::Ui::Text::Table.new(
299+
credentials = Rex::Text::Table.new(
300300
'Header' => 'MDaemon Email Server Credentials',
301301
'Indent' => 1,
302302
'Columns' =>

0 commit comments

Comments
 (0)