VORTEX is a high-performance Social Engineering framework designed for Kali Linux. It enables real-time GPS tracking, device metadata exfiltration, and silent media capture through advanced persistent tunneling.
- Persistent Storage: Data is saved in a local JSON database (never lose a log).
- Persistent Admin Panel: Modern UI with "Anonymous" styling and real-time updates.
- Dual-Stage Capture: Instant GPS/IP logging followed by silent video exfiltration.
- Cloudflare Integration: Automated tunneling for global access.
- Telegram Bot Sync: Receive live alerts directly on your smartphone.
The tool requires Python 3.10+ and the Cloudflared engine.
sudo apt update
sudo apt install python3 python3-pip cloudflared -y
### Python Libraries:
The script installs these automatically, but you can install them manually:
Bash
pip install flask rich requests --break-system-packages
### 🛠️ Installation & Usage
Clone the repository:
Bash
git clone https://github.com/Anonymous40443/VORTEXPANEL.git
cd VORTEXPANEL
Configure your credentials:
Edit the VORTEXPANEL.py file and insert your TELEGRAM_TOKEN and TELEGRAM_ID.
Run the tool:
Bash
python3 VORTEXPANEL.py
Select a Lure:
Choose an Engineering mode (1-5) and share the generated Link with the target.
⚠️ Disclaimer
This tool is for Educational Purposes Only. I am not responsible for any misuse or damage caused by this software. Use it only for authorized penetration testing.
# VORTEXPANEL