Jean-Pierre LESUEUR (Microsoft MVP)
Jean-Pierre LESUEUR (Microsoft MVP)
> Hi could you add the option to generate the password on the spot? > like give it a list of letters and it will generate the passwords based on...
Hey, This allows to test the plugin that let you capture LogonUI Secure Desktop within PowerRemoteDesktop. This is no longer needed since I found a way to do it from...
You can already in latest version use LogonUI. It is explained on the README. Basically you must have the server running as SYSTEM user and use the LogonUI flag within...
Just call PowerShell from your Batch script. Use `IEX (Get-Content -Raw)` then `Invoke-`
What do you think about this: https://unprotect.it/technique/process-argument-spoofing/ ? The process argument spoofing evasion technique was already documented, so I merged the existing content (which focuses on Windows) with your contribution,...
Thank you for your contribution. Since your technique relies heavily on the attached code snippets (multi-part), I'm unable to implement it at this time. However, I have planned an update...
Hello, thank you for the contribution. You are the author of the code snippet ?
Technique Link : https://unprotect.it/technique/ipv4ipv6-obfuscation/ Notice: I was unable to insert your code snippet at this time because it consists of two distinct parts written in different programming languages. To accommodate...
> Hello @DarkCoderSc, if that's easier I can rewrite the first code in C, as you want. No, don't worry, it is a needed feature ;)
> Hi, thank you for your contribution. Rundll32.exe is designed to call a function explicitly exported from a DLL. However, in your current implementation, there is no exported function, only...