Features • Installation • Quick Start • Project Leaders • Contributors • User Guide • Developer Guide
The OWASP SecureTea Project provides a one-stop security solution for various devices (personal computers / servers / IoT devices).
- Intrusion Detection System
- Firewall
- AntiVirus
- Server Log Monitor
- System Log Monitor
- Local Web Deface Detection & Prevention System
- Auto Web Server Patcher
- Insecure Headers Detection
- IoT Anonymity Checker
- Auto Report Generation Using OSINT
- Notifying Suspicious Activities Using Various Mediums (Twitter, Telegram, Slack, Gmail, SMS, AWS)
- Interactive GUI For Ease Of Setting Up
Before installing, please make sure to install the pre-requisites.
You can install SecureTea from PyPi package manager using the following command:
$ sudo python3 -m pip install securetea
or
You can install SecureTea using the latest repository:
$ git clone https://github.com/OWASP/SecureTea-Project.git
$ cd SecureTea-Project/
$ sudo python3 -m pip install -r requirements.txt
$ sudo python3 setup.py install
Please make sure all dependencies are installed if anyone of the above fails.
For more detailed information, refer to the installation guide.
-
Start SecureTea in server mode:
$ sudo SecureTea.py --server-mode
-
Start SecureTea in system mode:
$ sudo SecureTea.py --system-mode
-
Start SecureTea in IoT mode:
$ sudo SecureTea.py --iot-mode
For more detailed information, refer to the usage guide.
Chat Group | Google Summer of Code | YouTube |
---|---|---|
Thanks goes to these wonderful people (emoji key):
Abhishek Sharma 💻 📖 |
Rejah Rehim 💻 📖 |
adeyosemanputra 💻 📖 |
Ananthu S 💻 |
Sunny Dhoke 🐛 📖 |
MajAK 💻 |
Mishal Shah 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!