├── LICENSE ├── PowerShell_Shellcode_Inject(With_AES) ├── obfuscate.py ├── payload_template_x64.ps1 └── payload_template_x86.ps1 └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offsecginger/AES-PowerShellCode/HEAD/LICENSE -------------------------------------------------------------------------------- /PowerShell_Shellcode_Inject(With_AES)/obfuscate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offsecginger/AES-PowerShellCode/HEAD/PowerShell_Shellcode_Inject(With_AES)/obfuscate.py -------------------------------------------------------------------------------- /PowerShell_Shellcode_Inject(With_AES)/payload_template_x64.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offsecginger/AES-PowerShellCode/HEAD/PowerShell_Shellcode_Inject(With_AES)/payload_template_x64.ps1 -------------------------------------------------------------------------------- /PowerShell_Shellcode_Inject(With_AES)/payload_template_x86.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offsecginger/AES-PowerShellCode/HEAD/PowerShell_Shellcode_Inject(With_AES)/payload_template_x86.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offsecginger/AES-PowerShellCode/HEAD/README.md --------------------------------------------------------------------------------