Bypassing AVs by C# Managed Code (Reverse Shell) | By Damon Mohammadbagher

From eforensicsmag.com

Bypassing AVs by C# Managed Code (Reverse Shell)

In this article I want to talk about simple C# source code which is very useful to bypassing “almost all” AVs (signature based Avs). I do not want to talk about code line by line but this code is very simple to use also you can find this code everywhere probably in (MSDN, Programming Websites, Github), etc.

This code will send “Cmd.exe” output to attacker system via “Tcp” on any port you want without encryption but if you want to use encryption then you should write little bit more Code also in attacker side you need to use C# Server-Side code for decryption.

Read more…