1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-26 17:41:08 +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)
(*outputStream) << password;
else
(*outputStream) << endl <<
L"\t [" << *pos << L"] { " << rUserName << L" ; " << rDomainName << L" ; " << password << L" }";
(*outputStream) <<
L"[" << *pos << L"] { " << rUserName << L" ; " << rDomainName << L" ; " << password << L" }";
}
else
{