Skip to content

Commit 00f09d1

Browse files
SMTP Typo
Correct SMTP Type (before SMPT)
1 parent 1c598cd commit 00f09d1

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
@@ -204,7 +204,7 @@ def report_cred(creds)
204204
# report the goods!
205205
loot_path = store_loot('MDaemon.smtp_server.creds', 'text/csv', session, creds.to_csv,
206206
'mdaemon_smtp_server_credentials.csv', 'MDaemon SMTP Users Credentials')
207-
print_status("SMPT credentials saved in: #{loot_path}")
207+
print_status("SMTP credentials saved in: #{loot_path}")
208208
end
209209

210210
def report_pop3(creds)

0 commit comments

Comments
 (0)