| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A POC using a dynamic compiler (CodeDOM) and TCPListener to run in memory and remotely malicius instructions
Evade AV detection using dynamic compiler
Run a shellcode msgbox over network from a file appenrently trusted. In my case i have used :
Detections Ratio
Note: To bypass Avira i have make differents manipulation (Merge assembly, and export sensible code to a library)
I used Protocol Buffer for serialize/deserialize data sended over network. I used System.CodeDom.Compiler to compile C# instructions. I used System.Reflection Namespace to run compiled assembly in memory and evade AV.
This project is licensed under the MIT License - see the LICENSE.md file for details
| Back | FazBrowse Home | New Git URL |