-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·257 lines (205 loc) · 9 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE HTML>
<html>
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700" rel="stylesheet" />
<script src="js/jquery-1.8.2.min.js"></script>
<script src="css/5grid/init.js?use=mobile,desktop,1000px&mobileUI=1&mobileUI.theme=none"></script>
<script src="js/jquery.dropotron-1.2.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/5grid/core.css" />
<link rel="stylesheet" href="css/5grid/core-desktop.css" />
<link rel="stylesheet" href="css/5grid/core-1200px.css" />
<link rel="stylesheet" href="css/5grid/core-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
<!--[if lte IE 7]><link rel="stylesheet" href="css/ie7.css" /><![endif]-->
</head>
<body class="homepage">
<div id="wrapper">
<!-- Header Wrapper -->
<div id="header-wrapper">
<!-- Header -->
<header id="header">
<div class="5grid-layout">
<div class="row">
<!-- Logo -->
<div class="4u" id="logo">
<section>
<h1><a href="#" class="mobileUI-site-name">OWASP<span>ZAP</span></a></h1>
</section>
</div>
<!-- Nav -->
<div class="8u">
<nav id="nav" class="mobileUI-site-nav">
<ul>
<li class="current_page_item"><a href="">Get Involved</a></li>
<li>
<a href="" class="arrow">Features</a>
<ul>
<li><a href="http://code.google.com/p/zaproxy/wiki/HelpStartConceptsSpider">Std Spider</a></li>
<li><a href="http://code.google.
com/p/zaproxy/wiki/HelpStartConceptsFuzz">Fuzzer</a></li>
<li><a href="http://code.google.com/p/zaproxy/wiki/HelpStartConceptsIntercept">Intercept Proxy</a></li>
<li><a href="http://code.google.com/p/zaproxy/wiki/HelpUiDialogsOptionsDynsslcert">Dynamic SSL Certificates</a></li>
<li><a href="http://code.google.com/p/zaproxy/wiki/HelpStartConceptsAscan">Automated Scanner</a></li>
<li><a href="http://code.google.com/p/zaproxy/wiki/HelpStartConceptsPscan">Passive Scan</a></li>
<!-- <li>
<span class="arrow">Intercept Proxy</span>
<ul>
<li><a href="#">Lorem ipsum dolor</a></li>
<li><a href="#">Phasellus consequat</a></li>
<li><a href="#">Magna phasellus</a></li>
<li><a href="#">Etiam dolore nisl</a></li>
<li><a href="#">Veroeros feugiat</a></li>
</ul>
</li> -->
</ul>
</li>
<li><a href="http://code.google.com/p/zaproxy/wiki/Videos">Tutorials</a></li>
<li><a href="">Need Help?</a></li>
<li><a href="http://code.google.com/p/zaproxy/wiki/FAQtoplevel">FAQ</a></li>
<li><a href="http://code.google.com/p/zaproxy/wiki/Introduction?tm=6">Wiki</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- Banner Wrapper -->
<div id="banner-wrapper">
<div class="5grid-layout" id="banner">
<!-- Banner -->
<div class="row">
<div class="5u">
<section><img src="images/logo-zap.png" width="200px" height="200px"></section>
</div>
<div class="7u">
<section>
<h2>ZAP</h2>
<p class="subtitle">The Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications.
</p>
<p><a href="http://code.google.com/p/zaproxy/downloads/list" class="button button-style2">Download</a></p>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Feature Wrapper -->
<div id="feature-wrapper">
<div class="5grid-layout" id="feature-content">
<div class="row">
<!-- Feature Box 1 -->
<div class="4u">
<section>
<h2><span>Functionalities</span></h2>
<p>Take a tour to some of ZAP powerful functionalities such as:
Intercept Proxy, Std Spider or Ajax Spider</p>
<p><a href="https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project#tab=Functionality" class="button button-style1">More Info</a></p>
</section>
</div>
<!-- Feature Box 2 -->
<div class="4u">
<section>
<h2><span>Community</span></h2>
<p>Latest releases, Contributios and developments</p>
<p><a href="#" class="button button-style1">More Info</a></p>
</section>
</div>
<!-- Feature Box 3 -->
<div class="4u">
<section>
<h2><span>Are you new to ZAP?</span></h2>
<p>Let's take you for a ride!</p>
<p><a href="content/newtozap.html" class="button button-style1">More Info</a></p>
</section>
</div>
</div>
</div>
</div>
<!-- Main Wrapper -->
<div id="main-wrapper">
<div class="5grid-layout">
<div class="row">
<!-- Content -->
<div id="content" class="8u">
<article class="box">
<div class="image-border">
<a href="#" class="image image-left"><img src="images/owasp-logo.png" alt="" width="100px" height="40px"></a>
</div>
<h2></h2>
<p class="subtitle">Buy ZAP GEAR!</p>
<p><img src="http://i1.cpcache.com/product/687099563/tshirt.jpg" width="150px" height="150px"><img src="http://i1.cpcache.com/product/687099558/tshirt.jpg" width="150px" height="150px"><img src="http://i1.cpcache.com/product/687220917/tshirt.jpg" width="150px" height="150px"></p>
<p><a href="http://www.cafepress.com/zaproxy" class="button">More Info</a></p>
</article>
<!-- Two Column Content -->
<div class="5grid" id="two-column">
<div class="row">
<!-- Two Column Content -->
<div class="6u">
<section class="box tbox">
<h2>News</h2>
<p class="subtitle">2013/10/29 Simon won Best Project Leader WASPY Award</p>
<div class="image-border">
<a href="https://www.owasp.org/index.php/WASPY_Awards_2013" class="image image-full"><img src="" alt=""></a>
</div>
<p></p>
<p><a href="#" class="button">More Info</a></p>
</section>
</div>
<!-- Two Column Content -->
<div class="6u">
<section class="box tbox">
<h2>ZAP Evangelists</h2>
<p class="subtitle">The following people are happy to give free ZAP talks and/or training in their respective locations</p>
<p><a href="http://code.google.com/p/zaproxy/wiki/ZapEvangelists" class="button">More Info</a></p>
</section>
</div>
</div>
</div>
<!-- Two Column Content -->
</div>
<!-- Content Ends Here -->
<!-- Sidebar -->
<div id="sidebar" class="4u">
<section class="box">
<h2>ZAP Project Leader</h2>
<p class="subtitle">Simon Bennetts</p>
<p>Simon Bennetts (a.k.a. Psiinon) has been developing web applications since 1997, and strongly believes that you cannot build secure web applications without knowing how to attack them.He works for Mozilla as part of their Security Team. </p>
<ul class="style2">
<li class="first">
<div class="image-border">
<a href="#" class="image image-left"><img src="images/simon.png" alt=""></a>
</div>
</li>
</ul>
</section>
</div>
<!-- Sidebar Ends Here -->
</div>
</div>
</div>
<!-- Copyright Wrapper -->
<div id="copyright-wrapper">
<div class="5grid-layout">
<div class="row">
<div class="12u">
<!-- Copyright -->
<div id="copyright">
© Simon Bennets. All rights reserved.
</div>
</div>
</div>
</div>
</div>
<!-- Copyright Wrapper -->
</body>
</html>