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:
parent
997cbe64ce
commit
19b1d95df8
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user