Skip to content

Commit 92b4089

Browse files
committed
Added an InvokeSharpHound() function to be called by a PS ingestor
1 parent af71c15 commit 92b4089

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Sharphound.cs

+6
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,12 @@ await options.WithParsedAsync(async options =>
444444
links.Finish(context);
445445
});
446446
}
447+
448+
// Accessor function for the PS1 to work, do not change or remove
449+
public static void InvokeSharpHound(string[] args)
450+
{
451+
Main(args).Wait();
452+
}
447453
}
448454

449455
#endregion

0 commit comments

Comments
 (0)