mirror of https://github.com/hak5/omg-payloads.git
Update README.md
parent
6be19af705
commit
c196d678fb
|
@ -8,7 +8,7 @@ Version: 1.0<br>
|
|||
|
||||
*It is pretty simple to explain... In Windows 11 22H2, the default app used to host console windows has been changed to Windows Terminal. After the October 2022 update, Command Prompt, Windows PowerShell, and other console apps will appear inside an instance of Windows Terminal[(Reference)](https://support.microsoft.com/en-us/windows/command-prompt-and-windows-powershell-for-windows-11-6453ce98-da91-476f-8651-5c14d5777c20). This causes Powershell not using the parameter `-WindowStyle hidden` properly, resulting in Powershell just minimizing instead of properly hiding itself*
|
||||
|
||||
By default this payload reverts the default app to Conhost. You may intergrate this to properly hide your payloads actions again.
|
||||
By default this payload reverts the default app to Conhost, fixing the hidden powershell. You may intergrate this to properly hide your payloads actions again.
|
||||
Other values are also provided for a backup solution or simply to tinker around with it.
|
||||
|
||||
**Instruction: Downgrade to Conshost**
|
||||
|
@ -24,4 +24,4 @@ This by default is already configured and plug&play.
|
|||
|
||||
- Change line 35 to beeing `CommandPrompt_Downgrade(#TERMINAL_DC,#TERMINAL_DT)`
|
||||
|
||||
_Note: This changes values in the registry._
|
||||
_Note: This changes values in the registry._
|
||||
|
|
Loading…
Reference in New Issue