Skip to content

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.

Notifications You must be signed in to change notification settings

sck-nogas/authsight

 
 

Repository files navigation

authsight

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:https://iharder.sourceforge.net/current/macosx/imagesnap/ to capture images.

Installation

With prepackaged installer

  1. Download AuthSight.pkg from this repo and run it.

OR

Do it yourself

  1. Download imagesnap from http:https://prdownloads.sourceforge.net/iharder/ImageSnap-v0.2.5.tgz
  2. Copy imagesnap to /usr/local/bin and make executable.
  3. Download org.nogas.authsightd.plist and authsightd.pl from this repo
  4. Copy the authsightd.pl to /usr/local/bin and make executable.
  5. Run sudo cp org.nogas.authsightd.plist /Library/LaunchDaemon/org.nogas.authsightd.plist
  6. Run sudo chown root:wheel /Library/LaunchDaemons/org.nogas.authsightd.plist
  7. Run sudo chmod 644 /Library/LaunchDaemons/org.nogas.authsightd.plist
  8. Run sudo launchctl load -w /Library/LaunchDaemons/org.nogas.authsightd.plist

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 95.8%
  • Shell 3.9%
  • Python 0.3%