https://github.com/yashk2810/alert-on-intrusion
Sends you a sms and takes an image after every failed login attempt
https://github.com/yashk2810/alert-on-intrusion
Last synced: 8 months ago
JSON representation
Sends you a sms and takes an image after every failed login attempt
- Host: GitHub
- URL: https://github.com/yashk2810/alert-on-intrusion
- Owner: yashk2810
- License: mit
- Created: 2015-12-21T14:03:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T20:00:29.000Z (about 9 years ago)
- Last Synced: 2025-01-04T14:25:26.947Z (10 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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.