nopowershell
nopowershell copied to clipboard
PowerShell rebuilt in C# for Red Teaming purposes
Results
1
nopowershell issues
Sort by
recently updated
recently updated
newest added
**Input:** `gwmi "Select ProcessId,Name,CommandLine From Win32_Process" | ? Name -Like *PowerShell* | select ProcessId,CommandLine` **Crashes at:** Bottom of `ReadLine` function in `ProgramDll.cs`: `Console.CursorLeft = cursorCurrent + 1;` **Error:** `System.ArgumentOutOfRangeException: 'The...