diff options
author | heqnx <root@heqnx.com> | 2025-06-03 23:18:53 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-03 23:18:53 +0300 |
commit | 6250285d3b8f49801e2288fc865f21e53855b2d7 (patch) | |
tree | 95822556a19fa4ecf45d319d9b945d13cdf70948 | |
parent | 50cf77b907c02527b2321701ed745774e45f807e (diff) | |
download | SharpRIDHijack-6250285d3b8f49801e2288fc865f21e53855b2d7.tar.gz SharpRIDHijack-6250285d3b8f49801e2288fc865f21e53855b2d7.zip |
added author
-rw-r--r-- | SharpRIDHijack/Program.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/SharpRIDHijack/Program.cs b/SharpRIDHijack/Program.cs index 14157ae..d2a41b0 100644 --- a/SharpRIDHijack/Program.cs +++ b/SharpRIDHijack/Program.cs @@ -250,6 +250,10 @@ namespace SharpRIDHijack {
static void Main(string[] args)
{
+ Console.WriteLine("offensive security tool designed for performing RID (Relative Identifier) hijacking");
+ Console.WriteLine("author: heqnx - https://heqnx.com");
+ Console.WriteLine();
+
if (args.Length == 0 || string.IsNullOrWhiteSpace(args[0]))
{
Utils.LogError($"Usage: {AppDomain.CurrentDomain.FriendlyName} <username>");
@@ -269,4 +273,4 @@ namespace SharpRIDHijack }
}
}
-}
\ No newline at end of file +}
|