-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewtozap.html
234 lines (203 loc) · 8.7 KB
/
newtozap.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
<!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="right-sidebar">
<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="index.html">Homepage</a></li>
<li>
<a href="" class="arrow">Features</a>
<ul>
<li><a href="#">Ajax Spider</a></li>
<li><a href="#">Std Spider</a></li>
<li><a href="#">Fuzzer</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>
<li><a href="#">Veroeros feugiat</a></li>
</ul>
</li>
<li><a href="twocolumn1.html">Tutorials</a></li>
<li><a href="twocolumn2.html">News</a></li>
<li><a href="twocolumn2.html">FAQ</a></li>
<li><a href="onecolumn.html">Wiki</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
</div>
<!-- Main Wrapper -->
<div id="main-wrapper">
<div class="5grid-layout">
<div class="row">
<!-- Content -->
<div id="content" class="8u mobileUI-main-content">
<article class="box">
<h2>New to ZAP?</h2>
<p class="subtitle">Lets take you for a ride</p>
<div class="image-border">
<a href="#" class="image image-right"><img src="images/logo-zap.png" height="200px" width="200px" alt=""></a>
</div>
<a class="button button-style2" href="developer.html">I'm a Developer</a>
<a class="button button-style2" href="pentester.html">I'm a Pen tester</a>
<a class="button button-style2" href="functional.html">I'm a functional tester</a>
</article>
<!-- Two Column Content -->
<div class="5grid" id="two-column">
<div class="row">
<!-- Two Column Content -->
<div class="6u">
<section class="box tbox">
<h2>Get started with ZAP</h2>
<p class="subtitle">overview</p>
<div class="image-border">
<a href="#" class="image image-full"><img src="images/pic03.jpg" alt=""></a>
</div>
<p>Discover how OWASP ZAP can help you test your application against the most common security vulnerabilities such as SQL injections, Cross Site Scripting and many more. </p>
<p>
<p><a href="http://code.google.com/p/zaproxy/wiki/HelpStartStart" class="button">More Info</a></p>
</section>
</div>
<!-- Two Column Content -->
<div class="6u">
<section class="box tbox">
<h2>Features</h2>
<p class="subtitle">ZAP provides the following features: </p>
<p></p>
<ul class="style1">
<li class="first"><a href="http://code.google.com/p/zaproxy/wiki/HelpStartConceptsAscan">Active Scan</a></li>
<li><a href="#">Add-ons</a></li>
<li><a href="#">Alerts</a></li>
<li><a href="#">Anti CSRF Tokens</a></li>
<li><a href="#">Fuzzing</a></li>
</ul>
<p><a href="#" class="button">More Info</a></p>
</section>
</div>
</div>
</div>
<!-- Two Column Content -->
</div>
<!-- Content Ends Here -->
<!-- Sidebar -->
<div id="sidebar" class="4u">
<!-- Sidebar Box1 -->
<section class="box">
<h2>User Interface Overview</h2>
<p class="subtitle">Get a fast overview of the Interface</p>
<p>The UI is made up of:<br>
Top Level Menu
Top Level Toolbar
Three windows which contain multiple tabs, detailed below
Footer</p>
<ul class="style2">
<li class="first">
<div class="image-border">
<a href="#" class="image image-left"><img src="images/pic04.jpg" alt=""></a>
</div>
<h3><a href="#">Cursus quam vitae</a></h3>
<p>Nunc cursus quam vitae ipsum viverra luctus sapien.</p>
</li>
<li>
<div class="image-border">
<a href="#" class="image image-left"><img src="images/pic05.jpg" alt=""></a>
</div>
<h3><a href="#">Etiam at orci ut nibh</a></h3>
<p>Nunc cursus quam vitae ipsum viverra luctus sapien.</p>
</li>
<li>
<div class="image-border">
<a href="#" class="image image-left"><img src="images/pic06.jpg" alt=""></a>
</div>
<h3><a href="#">Mauris non tellus</a></h3>
<p>Nunc cursus quam vitae ipsum viverra luctus sapien.</p>
</li>
<li>
<div class="image-border">
<a href="#" class="image image-left"><img src="images/pic07.jpg" alt=""></a>
</div>
<h3><a href="#">Duis id ipsum</a></h3>
<p>Nunc cursus quam vitae ipsum viverra luctus sapien.</p>
</li>
</ul>
<p><a href="#" class="button">More Info</a></p>
</section>
<!-- Sidebar Box2 -->
<section class="box">
<h2>Lectus nulla volutpat</h2>
<p class="subtitle">Accumsan imperdiet lorem</p>
<p>Nunc cursus quam vitae ipsum viverra luctus. magna sapien bibendum pharetra sed amet feugiat veroeros lorem ipsum dolor sit amet a nullam. Lorem ipsum dolor sit amet.</p>
<ul class="style1">
<li class="first"><a href="#">Lorem ipsum dolor sit amet etiam</a></li>
<li><a href="#">Etiam quis dolor ante condimentum</a></li>
<li><a href="#">Vivamus ut arcu vitae dictum interdum</a></li>
<li><a href="#">Phasellus amet ligula sed consequat</a></li>
</ul>
<p><a href="#" class="button">More Info</a></p>
</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">
© Untitled. All rights reserved. Lorem ipsum dolor sit amet consequat phasellus.
</div>
</div>
</div>
</div>
</div>
<!-- Copyright Wrapper -->
</div>
</body>
</html>