diff options
-rw-r--r-- | SharpAMSIGhosting/Program.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/SharpAMSIGhosting/Program.cs b/SharpAMSIGhosting/Program.cs index c9405e6..dc076a7 100644 --- a/SharpAMSIGhosting/Program.cs +++ b/SharpAMSIGhosting/Program.cs @@ -41,6 +41,9 @@ namespace AmsiGhost {
try
{
+ Console.WriteLine("c# port of the AMSI bypass technique originally developed and documented by Andrea Bocchetti");
+ Console.WriteLine("author: heqnx - https://heqnx.com");
+ Console.WriteLine();
Console.WriteLine("[*] Starting AMSI ghosting");
UIntPtr size = new UIntPtr(0x1000);
|