From 6250285d3b8f49801e2288fc865f21e53855b2d7 Mon Sep 17 00:00:00 2001 From: heqnx Date: Tue, 3 Jun 2025 23:18:53 +0300 Subject: added author --- SharpRIDHijack/Program.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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} "); @@ -269,4 +273,4 @@ namespace SharpRIDHijack } } } -} \ No newline at end of file +} -- cgit v1.2.3