1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-02-22 03:19:04 +01:00

Modify ssp output

This commit is contained in:
Meatballs 2013-04-21 10:33:16 +01:00
parent 997cbe64ce
commit 19b1d95df8

View File

@ -208,8 +208,8 @@ void mod_mimikatz_sekurlsa::genericCredsToStream(PKIWI_GENERIC_PRIMARY_CREDENTIA
if(!pos) if(!pos)
(*outputStream) << password; (*outputStream) << password;
else else
(*outputStream) << endl << (*outputStream) <<
L"\t [" << *pos << L"] { " << rUserName << L" ; " << rDomainName << L" ; " << password << L" }"; L"[" << *pos << L"] { " << rUserName << L" ; " << rDomainName << L" ; " << password << L" }";
} }
else else
{ {