• Home
  • Become a Hacker
    • Get Started
    • Hacker Mindset
    • Roadmap
    • Simple Setup – Hacker 101
    • Types of Hackers
    • Recommended Courses
  • Boot People Offline
  • Courses
    • All Hacking Courses
    • Cyber Security School
  • CTF
    • Beginners to Advanced Guide
    • Create your own CTF box
    • Field and Resources Guide
    • Platforms & Wargames
    • Tools Used for Solving CTF
    • Writeups
  • Dark Web
    • Beginners Guide
    • Darknet Markets
    • Darkweb 101 (Anonymity Guide)
    • Dark Web OSINT Tools
    • Hacking Forums
    • Latest News
    • Onion Links
  • Hacker Gadgets
  • Hacking Books
  • Tools Directory
Menu
  • Home
  • Become a Hacker
    • Get Started
    • Hacker Mindset
    • Roadmap
    • Simple Setup – Hacker 101
    • Types of Hackers
    • Recommended Courses
  • Boot People Offline
  • Courses
    • All Hacking Courses
    • Cyber Security School
  • CTF
    • Beginners to Advanced Guide
    • Create your own CTF box
    • Field and Resources Guide
    • Platforms & Wargames
    • Tools Used for Solving CTF
    • Writeups
  • Dark Web
    • Beginners Guide
    • Darknet Markets
    • Darkweb 101 (Anonymity Guide)
    • Dark Web OSINT Tools
    • Hacking Forums
    • Latest News
    • Onion Links
  • Hacker Gadgets
  • Hacking Books
  • Tools Directory
Search
Close
  • Home
  • 2018
  • April
  • 2
  • OWASP SecureTea Tool Project

OWASP SecureTea Tool Project

April 2, 2018March 30, 2018 Comments Off on OWASP SecureTea Tool Project
owasp securetea OWASP SecureTea Tool Project

The OWASP SecureTea Project is a application designed to help Secure a person’s laptop or computer with IoT (Internet Of Things) for notify users via twitter, whenever anyone accessing his laptop or computer.

Description

The OWASP SecureTea Project that was developed to be used by anyone who is interested in Security IOT (Internet of Things) and still needs further development.

How it functions:

  • Keep track of the movement of the mouse / touchpad
  • Detect who access the laptop with mouse / touchpad is installed
  • Send warning messages on Twitter

Objective

To alert the user via twitter, whenever her laptop had been accessed someone.

Pre-requisites

I. HARDWARE :

  • Linux OS / Raspberry Pi – have sudo access on the terminal / console
  • Mouse / Wireless Mouse / Touchpad congenital laptop
  • Mobile phones are already installed Twitter application (Optional)

II. SOFTWARE :

  • Python – https://www.python.org/
  • Twitter Python Package – https://pypi.python.org/pypi/twitter (already present in the repo: twitter-1.17.1)
  • The Twitter account – https://twitter.com
  • Mobile phones are already installed Twitter application (Optional)

Procedure Installation

  1. Python and python-setuptools must be installed. (If not already installed: sudo apt-get install python) and thensudo apt-get install python-setuptools
  2. Download/Clone repository from : https://github.com/OWASP/SecureTea-Project.git git clone https://github.com/OWASP/SecureTea-Project.git
  3. Install twitter package of this repo: cd SecureTea/twitter-1.17.1 sudo python setup.py build install
  4. Visit https://apps.twitter.com and “Create new app” to obtain authentication and token codes.
  5. Open the “SecureTea.py” with a text editor and edit the following variables :

Copy/Paste API KEY and TOKEN from Twitter apps

API_KEY = ‘XXXX’

API_SECRET = ‘XXXX’

ACCESS_TOKEN = ‘XXXX’

ACCESS_TOKEN_SECRET = ‘XXXX’

TWITTER_USERNAME = ‘XXXX’

  • Optionally in “SecureTea.py” You can set debug = 1 to enable the console log (default: enabled). or set debug = 0without logging in console.
  • Install Mouse / Wireless Mouse Touchpad if not functioning properly (Linux / Raspberry machine).
  • Okay, Run program -> sudo python SecureTea.py
  • Notice his WELCOME_MSG Like this: Welcome to SecureTea .. !! Initializing System @ Mon Mar 20 17:06:28 2017
  • laptop access by moving the mouse / touchpad to see the cumulative X and Y coordinates on the console. If you have a twitter app installed on your phone, you can get updates on the “message” from your twitter account.
  • Checks Alert message on the console and on twitter your inbox. Alert (1): Someone has access your laptop when Mon Mar 20 17:04:13 2017

Post navigation

Hackers Distributing Dangerous Malware via YouTube to Steal Passwords
Whonow DNS Server – Dynamic DNS Rebinding

Related Articles

ASTo – IoT Network Security Analysis Tool

- IOT Hacking
January 21, 2018

IoTivity – Open-Source IoT Framework

- Hack Tools, IOT Hacking
October 25, 2017November 18, 2017

Heathen – IoT Pentesting Framework

- Hack Tools, IOT Hacking, Software
September 19, 2016November 18, 2017
hacker gadgets
hacker phone covers

Recent Posts

CRLFsuite: Fast CRLF injection scanning tool

CRLFsuite: Fast CRLF injection scanning tool

May 26, 2022
offensive azure: Collection of offensive tools targeting Microsoft Azure

offensive azure: Collection of offensive tools targeting Microsoft Azure

May 26, 2022
Frida-Ios-Hook - A Tool That Helps You Easy Trace Classes, Functions, And Modify The Return Values Of Methods On iOS Platform

Frida-Ios-Hook – A Tool That Helps You Easy Trace Classes, Functions, And Modify The Return Values Of Methods On iOS Platform

May 26, 2022
PSA: Serious Security Vulnerability in Tor Browser

PSA: Serious Security Vulnerability in Tor Browser

May 25, 2022
DroidDetective - A Machine Learning Malware Analysis Framework For Android Apps

DroidDetective – A Machine Learning Malware Analysis Framework For Android Apps

May 25, 2022
Jeeves: looking to Time-Based Blind SQLInjection through recon

Jeeves: looking to Time-Based Blind SQLInjection through recon

May 25, 2022

Social Media Hacking

SocialPath – Track users across Social Media Platforms

SocialPath – Track users across Social Media Platforms

- Social Media Hacking
October 16, 2019October 16, 2019

SocialPath is a django application for gathering social media intelligence on specific username. It checks for Twitter, Instagram, Facebook, Reddit...

SocialScan – Check Email Address and Username Availability on Online Platforms

SocialScan – Check Email Address and Username Availability on Online Platforms

June 17, 2019
Shellphish – Phishing Tool For 18 Social Media Apps

Shellphish – Phishing Tool For 18 Social Media Apps

June 10, 2019July 27, 2019
WhatsApp Hacking using QRLJacking

WhatsApp Hacking using QRLJacking

May 2, 2019May 19, 2019
How to Hack any Facebook Account with Z-Shadow

How to Hack any Facebook Account with Z-Shadow

April 26, 2019June 29, 2020
hacker buffs
ABOUT US

Haxf4rall is a collective, a good starting point and provides a variety of quality material for cyber security professionals.

Our primary focus revolves around the latest tools released in the Infosec community and provide a platform for developers to showcase their skillset and current projects.

COMPANY
  • Contact Us
  • Disclaimer
  • Hacker Gadgets
  • LANC Remastered
  • PCPS IP Puller
  • Privacy Policy
  • Sitemap
  • Submit your Tool
Menu
  • Contact Us
  • Disclaimer
  • Hacker Gadgets
  • LANC Remastered
  • PCPS IP Puller
  • Privacy Policy
  • Sitemap
  • Submit your Tool
Live Chat
RESOURCES
  • Attack Process
  • Become a Hacker
  • Career Pathways
  • Dark Web
  • Hacking Books
  • Practice Your Skills
  • Recommended Courses
  • Simple Setup – Hacker 101
Menu
  • Attack Process
  • Become a Hacker
  • Career Pathways
  • Dark Web
  • Hacking Books
  • Practice Your Skills
  • Recommended Courses
  • Simple Setup – Hacker 101
Get Started
TOOLBOX
  • Anonymity
  • Bruteforce
  • DoS – Denial of Service
  • Information Gathering
  • Phishing
  • SQL Injection
  • Vulnerability Scanners
  • Wifi Hacking
Menu
  • Anonymity
  • Bruteforce
  • DoS – Denial of Service
  • Information Gathering
  • Phishing
  • SQL Injection
  • Vulnerability Scanners
  • Wifi Hacking
Tools Directory

2014 – 2020 | Haxf4rall.com               Stay Connected:

Facebook Twitter Google-plus Wordpress
Please wait...

Join Our Community

Subscribe now and get your free HACKERS HANDBOOK

Don't Worry ! You will not be spammed
SIGN UP FOR NEWSLETTER NOW