mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
Fix typo in MSI installer
This commit is contained in:
parent
5556f6ff79
commit
e86f221fe8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
* 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.
|
||||
* DLL hijacking/search order abusing
|
||||
* PowerShell `-NoProfile` missing: Add custom commands into your profile
|
||||
|
|
Loading…
Reference in a new issue