virtual desktops

This commit is contained in:
Carlos Polop
2025-02-26 16:50:45 +01:00
parent c79c359fd2
commit d54cb2b5ff
5 changed files with 135 additions and 57 deletions

View File

@@ -0,0 +1,24 @@
# Az - VMs & Network Post Exploitation
{{#include ../../../banners/hacktricks-training.md}}
## Virtual Desktop
For more info about Virtual Desktop check the following page:
{{#ref}}
../az-services/az-virtual-desktop.md
{{#endref}}
### Common techniques
- Overwrite a **MSIX package from the storage account** to get RCE in any VM using that app.
- In a remoteapp its possible to change the **path of the binary to execute**.
- **Escape from apps** to a shell to get RCE.
- Any post exploitation attack & persistence from **Azure VMs.**
- Its possible to **configure a script to be executed** in pool to apply custom configurations
{{#include ../../../banners/hacktricks-training.md}}