Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • 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