This is an Attendance Management System built with PHP and integrated with the Nmap tool to perform network-based student attendance verification.
This system currently supports only Windows OS, as it relies on the default Nmap installation path for executing Nmap commands.
- Web-based attendance management
- Uses Nmap for host/device discovery on the local network
- Admin dashboard for managing users and records
- Simple UI for student check-in
- PHP (>=7.0)
- Apache server (e.g., XAMPP/WAMP)
- MySQL
- *Nmap installed at $nmap_path = 'C:\Program Files (x86)\Nmap\nmap.exe';
$host = "localhost"; $username = "root"; $password = ""; $database = "attendance_db";