A program to perform arp-scans of a network and print to a webpage whether or not someone is on the wireless network based on the presence of a phone's MAC address.
Prerequisites:
-
arp-scan
-
webserver
-
wireless card
Setup:
-
download all files
-
add "index.php" and "inc/" to your web server's root directory
-
in "index.php" add the names and corresponding MAC addresses of the people you are looking to scan for
-
create /home/secure with root as the owner and permissions set to 755
-
add "arp-scan.sh" to /home/secure and make it executable (chmod +x arp-scan.sh)
-
in "arp-scan.sh" ensure that the interface is correct
-
to your crontab file, add the command listed in "crontab"
-
restart your machine and enjoy