Kiosk Breakouts

Amazing resource: https://www.pentestpartners.com/security-blog/breaking-out-of-citrix-and-other-restricted-desktop-environments/#dialogboxes

Kiosk breakout badusb script: https://github.com/KhaelK138/badusb-windows-kiosk-breakout/blob/main/breakout_payload.txt

Windows

Bypassing Path Restrictions

Getting a Shell

Bypassing Disabled Interactive Sessions

Bypassing Name Restrictions

Utilizing Internet Explorer

Citrix

Breaking out with MS Paint?!?!

MS Office Macros

Sub MyMacro()
  CreateObject("Wscript.Shell").Run "powershell"
End Sub

LOLBAS