-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsingle-services.html
307 lines (302 loc) · 11.9 KB
/
single-services.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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Greencode</title>
<!-- <link rel="stylesheet" href="css/all.min.css" /> -->
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- <link rel="stylesheet" href="css/bootstrap-rtl.min.css"> -->
<!-- <link rel="stylesheet" href="css/bootstrap-better-nav.min.css" /> -->
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/aos.css" />
<link
href="https://fonts.googleapis.com/css?family=Cairo:400,600,700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<nav class="navbar navbar-inverse " data-spy="affix" data-offset-top="150">
<div class="container">
<a class="navbar-brand " href="index.html"
><img
class="img-responsive main"
src="img/logo1.png"
height="60"
width="100"
/>
</a>
<div class="navbar-header">
<button
type="button"
class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1"
aria-expanded="false"
>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right mr-auto">
<li class="active">
<a href="index.html">Home</a>
</li>
<li><a href="index.html">About Us</a></li>
<li><a href="index.html">Services</a></li>
<li><a href="index.html">Testimonials</a></li>
<li><a href="index.html">Contact Us</a></li>
<li><a href="project-request.html">innovation idea</a></li>
<li class="dropdown mega-dropdown">
<a
href="#"
class="dropdown-toggle btn-primary"
data-toggle="dropdown"
>Our Work <span class="caret"></span
></a>
<ul class="dropdown-menu mega-dropdown-menu">
<div class="row">
<div class="col-lg-4 col-sm-4 col-xs-12">
<div class="card">
<a href="services.html"><h3>Web Apps</h3></a>
<ul class="products">
<li>
<a href="single-services.html">E-commerce</a>
</li>
<li>
<a href="single-services.html">landing Page</a>
</li>
<li>
<a href="single-services.html">Admin Panel</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-sm-4 col-xs-12">
<div class="card">
<a href="services.html"><h3>Mobile Apps</h3></a>
<ul class="products">
<li><a href="single-services.html">app1</a></li>
<li><a href="single-services.html">app2</a></li>
<li><a href="single-services.html">app3</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-sm-4 col-xs-12">
<div class="card">
<a href="services.html"><h3>Mobile Apps</h3></a>
<ul class="products">
<li><a href="single-services.html">app1</a></li>
<li><a href="single-services.html">app2</a></li>
<li><a href="single-services.html">app3</a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-sm-4 col-xs-12">
<div class="card">
<a href="services.html"><h3>UI/UX Design</h3></a>
<ul class="products">
<li><a href="single-services.html">App1</a></li>
<li>
<a href="single-services.html">Website1 </a>
</li>
<li><a href="single-services.html">app2</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-sm-4 col-xs-12">
<div class="card">
<a href="services.html"><h3>branding</h3></a>
<ul class="products">
<li><a href="single-services.html">logo</a></li>
<li>
<a href="single-services.html">stationary</a>
</li>
<li><a href="single-services.html">cards</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-sm-4 col-xs-12">
<div class="card">
<a href="services.html"><h3>branding</h3></a>
<ul class="products">
<li><a href="single-services.html">logo</a></li>
<li>
<a href="single-services.html">stationary</a>
</li>
<li><a href="single-services.html">cards</a></li>
</ul>
</div>
</div>
</div>
</ul>
</li>
<li><a href="ar/index.html" class="btn btn-primary">عربي</a></li>
</ul>
</div>
</div>
<!-- /.navbar-collapse -->
</nav>
<header class="breadcrumb">
<div class="container">
<div class="breadcrumb-navs">
<h1 class="text-center">Mobile Application Testing</h1>
<ul class="navs">
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li class="active"><a href="single-services.html">Services</a></li>
</ul>
</div>
</div>
</header>
<main class="main-content pt-100 pb-100">
<!-- start about service section -->
<section class="service-about section ">
<div class="container">
<div class="row">
<div class="col-lg-6 col-sm-6 col-xs-12">
<h1>Service Description</h1>
<p>
This service allows you to deliver better software by providing
a detailed security analysis of your phone or tablet-based app.
It ensures mobile app security by using automated software and
professional services to thoroughly test the security of your
mobile apps. It also helps you improve transparency for mobile
penetraon testing.
</p>
</div>
<div class="col-lg-6 col-sm-6 col-xs-12">
<div class="img-container">
<img class="center-block img-responsive" src="img/1.jpg" />
</div>
</div>
</div>
</div>
</section>
<!-- start service tools section -->
<section class="service-tools section pt-100 pb-100">
<div class="container">
<div class="row">
<div class="col-lg-6 col-lg-push-6 col-sm-6 col-xs-12">
<h1>Mobile Application Testing Tools</h1>
<div class="tools">
<ul class="tools-labels">
<li>QARK</li>
<li>OWASO Zed attack Proxy</li>
<li>IBM Application Security in Cloud</li>
<li>Drozer</li>
<li>Frida</li>
<li>ADB</li>
<li>Micro Focus</li>
<li>Kiuwan</li>
<li>CodifiedSecurity</li>
<li>WhiteHat Security</li>
</ul>
</div>
</div>
<div class="col-lg-6 col-lg-pull-6 col-sm-6 col-xs-12 ">
<div class="img-container">
<img class="center-block img-responsive" src="img/2.jpg" />
</div>
</div>
</div>
</div>
</section>
<!-- start service implementation section -->
<section class="service-imp section ">
<div class="container">
<div class="row">
<div class="col-lg-6 col-sm-6 col-xs-12">
<h1>Service implementation</h1>
<p>
The procedure that will be followed while conducting mobile
application penetration testng is based on application security
methodology that shits the focus of traditional application
security, which considers the primary threats origin from the
Internet.
</p>
<br />
<p>
The mobile application penetration testing methodology focuses
on client-side security, file system, hardware, and network
security as an integrated element.
</p>
</div>
<div class="col-lg-6 col-sm-6 col-xs-12">
<div class="img-container">
<img class="center-block img-responsive" src="img/3.jpg" />
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="pt-100 pb-100 footer">
<div class="container">
<div class="footer-content">
<div class="logo">
<img src="img/logo1.png" class="center-block img-responsive" />
</div>
<div class="social-media mt-50">
<div class="icon">
<a href=""><i class="fab fa-facebook-f"></i></a>
</div>
<div class="icon">
<a href=""><i class="fab fa-twitter"></i></a>
</div>
<div class="icon">
<a href=""><i class="fab fa-linkedin-in"></i></a>
</div>
<div class="icon">
<a href=""><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</footer>
<section class="credits pt-20 pb-10">
<div class="container text-center">
<p>© 2020 ALL RIGHTS RESERVED FOR GREENCODE</p>
</div>
</section>
<!-- loader spinner -->
<section class="loader-section">
<div class="lds-grid">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</section>
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- <script
type="text/javascript"
src="js/bootstrap-better-nav.min.js"
></script> -->
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/remodal.min.js"></script>
<script type="text/javascript" src="js/aos.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
</body>
</html>