Skip to content

yashk2810/Alert-on-Intrusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack-Message

This program sends you a text message using Twilio to warn you that someone is trying to enter an invalid password on your computer and also takes an image of the person. It works only for Linux. It uses your ip location and integrates that with the message.

You can use this program by forking it and downloading it on your laptop and create a file to store the 'failed' or 'FAILED' list and provide the appropriate path in the program.

First run the 'install.py' file. Run this file on your terminal normally(like how you run a python file). Run it ONLY ONCE. Then add 'hack_message.py' to the crontab.

To do that type "crontab -e" on your terminal.

Then type the following command on the last line

* * * * * python /path_of_the_program

The "* * * * *" means that the code will run for infinite time.

About

Sends you a sms and takes an image after every failed login attempt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages