Snap a webcam picture when someone tries to log into your computer with a wrong password. A remake of the Authsight project by Jonathan Zdziarski.
Uses imagesnap from http://iharder.sourceforge.net/current/macosx/imagesnap/ to capture images.
With prepackaged installer
- Download AuthSight.pkg from this repo and run it.
OR
Do it yourself
- Download imagesnap from http://prdownloads.sourceforge.net/iharder/ImageSnap-v0.2.5.tgz
- Copy imagesnap to /usr/local/bin and make executable.
- Download org.nogas.authsightd.plist and authsightd.pl from this repo
- Copy the authsightd.pl to /usr/local/bin and make executable.
- Run
sudo cp org.nogas.authsightd.plist /Library/LaunchDaemon/org.nogas.authsightd.plist
- Run
sudo chown root:wheel /Library/LaunchDaemons/org.nogas.authsightd.plist
- Run
sudo chmod 644 /Library/LaunchDaemons/org.nogas.authsightd.plist
- Run
sudo launchctl load -w /Library/LaunchDaemons/org.nogas.authsightd.plist