Educational & Security Research Only
This repository contains PHP backdoors and webshells for EDUCATIONAL, SECURITY RESEARCH, AND AUTHORIZED TESTING PURPOSES ONLY.
You MAY use this if:
- ✅ You own the system being tested
- ✅ You have written permission from the owner
- ✅ You're conducting authorized penetration testing
- ✅ You're learning in an isolated lab environment
- ✅ You're developing security detection tools
You MUST NOT:
- ❌ Test systems without explicit authorization
- ❌ Use for malicious purposes
- ❌ Upload to public servers without permission
- ❌ Access unauthorized systems
- ❌ Cause harm or steal data
Learn About:
- How backdoors work (to defend against them)
- Detection techniques and patterns
- Malware analysis and forensics
- Incident response procedures
- Security hardening methods
Use For:
- Red team exercises (authorized)
- Blue team training
- Academic education
- Developing IDS/IPS signatures
- Security tool development
- Malware research in sandboxes
Common backdoor functions to monitor:
eval(), base64_decode(), gzinflate(), str_rot13()
system(), exec(), shell_exec(), passthru()
assert(), create_function(), call_user_func()- Linux Malware Detect (LMD)
- ClamAV
- PHP Malware Finder
- ModSecurity (WAF)
- File Integrity Monitoring
- Isolated VM or Docker container
- No internet connection
- Host-only network
- Never on production systems
On Your Site:
- Take offline if critical
- Document everything
- Clean and restore from backup
- Patch vulnerabilities
- Change all passwords
During Authorized Testing:
- Stop testing immediately
- Document the finding
- Report to client per rules of engagement
- Do NOT use the backdoor
Responsible Disclosure:
- Report to vendor privately
- Give 90 days to patch
- Do NOT exploit or share publicly
- Help, don't harm
Welcome contributions that:
- ✅ Add educational value
- ✅ Improve detection methods
- ✅ Enhance documentation
- ✅ Share defense strategies
Do NOT contribute:
- ❌ Zero-days without vendor notification
- ❌ Live exploits for active systems
- ❌ Stolen credentials
By using this repository, you agree:
- To use only for authorized, legal, ethical purposes
- To obtain written permission before testing
- To follow all applicable laws
- To accept full responsibility for your actions
- That unauthorized use may result in prosecution
Authors/maintainers:
- Provide this for educational purposes only
- Are not responsible for misuse
- Do not condone illegal activity
- May report illegal use to authorities
"With great power comes great responsibility."
Use this knowledge to:
- 🎩 Defend - Secure systems and protect users
- 🎓 Educate - Share knowledge responsibly
- 🛡️ Improve - Make the internet safer
Not to:
- ⚫ Attack - Unauthorized access
- 💰 Profit - Exploit vulnerabilities
- 😈 Harm - Cause damage or steal data
If you're unsure whether something is legal - DON'T DO IT.
Stay Ethical. Stay Legal. Stay Safe. 🛡️
For educational and defensive security purposes only.