PyPi
You can install SecureTea from PyPi package manager.
sudo python3 -m pip install securetea
Please make sure all dependencies are installed if this fails.
The OWASP SecureTea Project is an application designed to help secure a person's laptop or computer / server with IoT (Internet Of Things) and notify users (via various communication mechanisms), whenever someone accesses their computer / server. This application uses the touchpad/mouse/wireless mouse to determine activity and is developed in Python and tested on various machines (Linux, Mac & Windows).
You can install SecureTea from PyPi package manager.
sudo python3 -m pip install securetea
Please make sure all dependencies are installed if this fails.
Installing from GitHub involves the following steps:
git clone https://github.com/OWASP/SecureTea-Project.git
Install python dependencies
sudo python3 -m pip install -r requirements.txt
Install SecureTea package
sudo python3 setup.py install
OWASP/SecureTea-Project
Small IOT (Internet of Things) to notify users via twitter, whenever anyone accessing his laptop. This small application using the touchpad / mouse / wireless mouse and developed in python and tested on a linux. The purpose of this application is to warn the user (on twitter) whenever her laptop accessible. This small application was developed and tested in python in linux machine is likely to work well on the Raspberry Pi as well.