Hide your powershell script in plain sight! Invisi-Shell bypasses all of Powershell security features (ScriptBlock logging, Module logging, Transcription, AMSI) by hooking .Net assemblies. The hook is performed via CLR Profiler API.
This is still a preliminary version intended as a POC. The code works only on x64 processes and tested against Powershell V5.1.
Project was created with Visual Studio 2013. You should install Windows Platform SDK to compile it properly.
More info can be found on the DerbyCon presentation by Omer Yair (October, 2018).
- CorProfiler by .NET Foundation
- Eyal Ne'emany
- Guy Franco
- Ephraim Neuberger
- Yossi Sassi
- Omer Yair