mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-19 10:56:10 +00:00
Fix typo in MSI installer
This commit is contained in:
parent
5556f6ff79
commit
e86f221fe8
@ -898,7 +898,7 @@ Common mistakes in MSI installers:
|
|||||||
|
|
||||||
* Missing quiet parameters: it will spawn `conhost.exe` as `NT SYSTEM`. Use `[CTRL]+[A]` to select some text in it, it will pause the execution.
|
* Missing quiet parameters: it will spawn `conhost.exe` as `NT SYSTEM`. Use `[CTRL]+[A]` to select some text in it, it will pause the execution.
|
||||||
* conhost -> properties -> "legacy console mode" Link -> Internet Explorer -> CTRL+O –> cmd.exe
|
* conhost -> properties -> "legacy console mode" Link -> Internet Explorer -> CTRL+O –> cmd.exe
|
||||||
* GUI with direct actions: Ooa URL and start the browser then use the same scenario.
|
* GUI with direct actions: open a URL and start the browser then use the same scenario.
|
||||||
* Binaries/Scripts loaded from user writable paths: you might need to win the race condition.
|
* Binaries/Scripts loaded from user writable paths: you might need to win the race condition.
|
||||||
* DLL hijacking/search order abusing
|
* DLL hijacking/search order abusing
|
||||||
* PowerShell `-NoProfile` missing: Add custom commands into your profile
|
* PowerShell `-NoProfile` missing: Add custom commands into your profile
|
||||||
|
Loading…
Reference in New Issue
Block a user