Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DinisCruz-Dev/9366645 to your computer and use it in GitHub Desktop.
Save DinisCruz-Dev/9366645 to your computer and use it in GitHub Desktop.
Misc Azure REPL scripts
"System.Web.dll".assembly().type("UnsafeNativeMethods").invokeStatic("RevertToSelf");
return "cmd.exe".startProcess_getConsoleOut("/c ipconfig");
return WindowsIdentity.GetCurrent().Name; // stays the same
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment