What are the supported payload file types generated by Pupy on Windows?
Pupy on Windows supports multiple payload file types including EXE (via `client`), fully packaged Python files (`py`), PyInstaller-compatible Python files (`pyinst`), PowerShell scripts (`ps1`), one-liner download-and-execute variants (`py_oneliner`, `ps1_oneliner`), Rubber Ducky scripts (`rubber_ducky`), C# files (`csharp`), .NET assemblies (`.NET`), and in-memory .NET loading via PowerShell (`.NET_oneliner`). Each type is tailored for different execution environments and stealth requirements, as detailed in the Pupy Exploitation Analysis - Features on Windows Platform article.
Pupypayload file typesWindows platformEXEPowerShellC#.NETone-linerrubber ducky