Skip to content

YashBorle47/attendance_system

Repository files navigation

attendance_system

This is an Attendance Management System built with PHP and integrated with the Nmap tool to perform network-based student attendance verification.

⚠️ Important Note:
This system currently supports only Windows OS, as it relies on the default Nmap installation path for executing Nmap commands.


📂 Features

  • 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

🛠 Requirements

  • PHP (>=7.0)
  • Apache server (e.g., XAMPP/WAMP)
  • MySQL
  • *Nmap installed at $nmap_path = 'C:\Program Files (x86)\Nmap\nmap.exe';

Edit the database config file (e.g., attendance_system\includes\config.php) and update:

$host = "localhost"; $username = "root"; $password = ""; $database = "attendance_db";

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages