Skip to content

Commit 1cc8bfe

Browse files
authored
Merge pull request #21 from lap1nou/fb-new-sharphound
Added an InvokeSharpHound() function to be called by a PS ingestor
2 parents af71c15 + 92b4089 commit 1cc8bfe

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)