About
OWASP SecureTea

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).

  How to install  

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.

Github

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

our git link

OWASP/SecureTea-Project

OWASP - SecureTea Tool Project Demo

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.