-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
87 lines (76 loc) · 3.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
layout: landing
youtube: Fsx3H5g_tPQ
---
<!-- Banner -->
<section class="banner-bg" id="banner">
<div class="inner">
<h2><img class="logo" src="images/logob.svg">{{ site.title }}</h2>
<p>{{ site.description | markdownify }}</p>
<!-- <ul class="actions">
<li><a href="#" class="button special">Activate</a></li>
</ul> -->
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>About<br />
OWASP SecureTea</h2>
<p>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).</p>
</header>
<div class="wrap">
<img src="images/owasp.svg" />
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt style2">
<div class="install-head"><h2><i class="fa fa-arrow-down"> </i>  How to install   <i class="fa fa-arrow-down"></i></h2></div>
<section class="spotlight">
<div class="image"><img src="images/py.png" alt="" />
</div>
<div class="content">
<h3>PyPi</h3>
<p>You can install SecureTea from PyPi package manager.</p>
<p id="p1" class="pip-head">sudo python3 -m pip install securetea</p>
<p>Please make sure all dependencies are installed if this fails.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/gitbg.png" alt="" />
</div>
<div class="content">
<h3>Github</h3>
<p>Installing from GitHub involves the following steps:</p>
<p id="p1" class="git-head">git clone https://github.com/OWASP/SecureTea-Project.git</p>
<p>Install python dependencies</p>
<p id="p1" class="git-head">sudo python3 -m pip install -r requirements.txt</p>
<p>Install SecureTea package</p>
<p id="p1" class="git-head">sudo python3 setup.py install</p>
</section>
</section>
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>our git link</h2>
<p>OWASP/SecureTea-Project</p>
</header>
<ul class="actions vertical">
<li><a target="_blank" href="https://github.com/OWASP/SecureTea-Project.git" class="button fit">Goto GIT page</a></li>
</ul>
</div>
</section>
<section id="two" class="wrapper alt style3">
<section class="spotlight">
<div class="video" align="center">
{% include youtubePlayer.html id=page.youtube %}
</div>
<div class="content video-content">
<h3 align="center">OWASP - SecureTea Tool Project Demo</h3>
<p align="center">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.</p>
</div>
</section>
</section>