diff options
author | heqnx <root@heqnx.com> | 2025-06-03 23:17:18 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-03 23:17:18 +0300 |
commit | 8dfccb20f6d33d7996ed3395e0efd7e366a3210b (patch) | |
tree | 71a83b6d7a26259b7339edea15749e808d6ece86 | |
parent | 29dcb7386165da7536f0f8729a160e84994ae9f9 (diff) | |
download | SharpAMSIGhosting-8dfccb20f6d33d7996ed3395e0efd7e366a3210b.tar.gz SharpAMSIGhosting-8dfccb20f6d33d7996ed3395e0efd7e366a3210b.zip |
added author
-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);
|