- 🛑 Unauthorized website modification is ILLEGAL
- 🏛️ Unauthorized access to websites violates computer crime laws
- 🔒 Always obtain explicit written permission before ANY testing
- 📝 Misuse can result in severe legal consequences
Developers and Contributors are NOT responsible for misuse
T-DEF is a Python-based research tool demonstrating web vulnerability assessment, featuring two primary operational modes:
- 🎯 Single Target Mode: Upload script to a single website
- 🌐 Multi-Target Mode: Batch upload scripts to multiple websites
🕰️ CRITICAL INFORMATION ABOUT target.txt:
- This file has remained unchanged since 2019
- Most URLs are likely:
- Inactive
- No longer valid
- Potentially secured
- STRONGLY RECOMMENDED:
- Manually verify ALL URLs
- Update target list before any research
- Remove non-functional websites
- 🔗 Automatic URL validation
- 📂 File existence checking
- 🧹 Duplicate target removal
- 🎬 Interactive loading animations
- 📊 Comprehensive upload status reporting
- 🌍 Local IP address display
- Python 3.7+
- Termux (for Android users)
- Stable internet connection
# Update packages
pkg update && pkg upgrade
# Install dependencies
pkg install git python -y
# Clone repository
git clone https://github.com/wanzxploit/Tools-deface
cd Tools-deface
# Install Python dependencies
pip install -r requirements.txt
- Run the tool:
make install
make run
- Select mode 1 (Single Target)
- Enter HTML filename
- Provide target URL
- Prepare
target.txt
with verified URLs - Run the tool
- Select mode 2 (Multi-Target)
- Enter HTML filename
- ✅ URL Validation
- 🕵️ File Verification
- 🚀 Upload Process
- 📋 Result Reporting
🤝 Responsible Disclosure Guidelines:
- Always inform website owners
- Document vulnerabilities professionally
- Never cause intentional damage
- Respect digital boundaries
- Follow responsible security research ethics
- Instagram: reyzroam
- YouTube: Wanz Xploit
- GitHub: wanzxploit
Released under MIT License. For educational purposes only.
Interested in ethical cybersecurity research?
- Open issues for improvements
- Submit pull requests
- Share responsible findings
Final Reminder: Web security is about protection, not exploitation. Use knowledge responsibly. 🛡️