This demonstration showcases a Denial of Service (DoS) attack simulation with real-time monitoring capabilities. The system consists of:
- Victim Server: Kali Linux VM running Apache with PHP monitoring scripts
- Dashboard: Web-based monitoring interface running on XAMPP (Windows)
- Attack Script: Python Slowloris implementation
The dashboard visualizes:
- Active connection count
- RAM utilization
- Response times
- Apache access logs
-
Victim VM Setup:
- Place
apache_stats.php
in/var/www/html/
on the Kali VM - Configure VM network as Host-Only in VMware/VirtualBox
- Place
-
Host PC Setup:
- Put the
dos-dashboard
folder in XAMPP'shtdocs
directory - Update all IP references in code files to match your VM's IP
- Start Apache service in XAMPP
- Put the
-
Execution:
- Run the attack from another VM/WSL on the same host
- Monitor results at
http://localhost/dos-dashboard/
Educational Use Only
Requires proper authorization for testing.
Default credentials: No authentication implemented (for lab use only).