Skip to content

Instantly share code, notes, and snippets.

@cobbr
Created November 6, 2018 15:50
Show Gist options
  • Save cobbr/603adc456f959dd0cebb9802474b0c72 to your computer and use it in GitHub Desktop.
Save cobbr/603adc456f959dd0cebb9802474b0c72 to your computer and use it in GitHub Desktop.
using SharpSploit.Enumeration;
public class Program {
static void Main() {
Console.WriteLine( Net.GetNetLocalGroupMembers(Domain.GetDomainComputers()));
return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment