PowerShell-Suite
PowerShell-Suite copied to clipboard
My musings with PowerShell
Hello, Executing STart-Hollow script on any program that needs enviroment variables (Such as PATH), results in error. Even running simple c++ program that shows messagebox with enviroments vars, results in...
It appears that $Args will only work when passed with at least one leading white space. Only tested on Win10 x64 1903 with mmc.exe binary.
I can't seem to do anything to get them to work. Whenever I try to execute a script my powershell window just jumps to a new line no error nothing....
  I try to create a pipe to output the command's stdout. ```powershell function Invoke-Runas { LOGON_WITH_PROFILE Log on, then load the user profile in the HKEY_USERS registry key. The function...
Hello I it possible you can implement this system call (SMB) into powershell ? Previous File Version Enumeration: https://msdn.microsoft.com/en-us/library/cc246471.aspx I found this code that is working: https://github.com/HiraokaHyperTools/EnumerateSnapshots/blob/master/Source.cpp The expected result...
Is it possible to *not* open new window (counterpart of `-NoNewWindow` switch in `start-process`)? There's no such information in argument list. https://github.com/FuzzySecurity/PowerShell-Suite/blob/412cea347eea3c5d336113ce6c47ceb579954bdd/Invoke-Runas.ps1#L32
Hi there. I was wondering if you could give me any tips on making a powershell script for this UAC bypass. I've tried to copy the metasploit module but I've...