aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-06-03 23:17:18 +0300
committerheqnx <root@heqnx.com>2025-06-03 23:17:18 +0300
commit8dfccb20f6d33d7996ed3395e0efd7e366a3210b (patch)
tree71a83b6d7a26259b7339edea15749e808d6ece86
parent29dcb7386165da7536f0f8729a160e84994ae9f9 (diff)
downloadSharpAMSIGhosting-8dfccb20f6d33d7996ed3395e0efd7e366a3210b.tar.gz
SharpAMSIGhosting-8dfccb20f6d33d7996ed3395e0efd7e366a3210b.zip
added author
-rw-r--r--SharpAMSIGhosting/Program.cs3
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);