-
Notifications
You must be signed in to change notification settings - Fork 0
/
saas.html
125 lines (119 loc) · 4.69 KB
/
saas.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="keywords" content="information security audit services penetration testing web scan cloud security service saas hack hacking protection avuln avulnator">
<link rel="icon" href="favicon.ico">
<title>AVULN Security Industries</title>
<!-- <link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> -->
<link href="css/index.css" rel="stylesheet">
</head>
<body class="avuln__background">
<div class="avuln__content_clean">
<nav class="navbar navbar-default avuln__navbar">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed avuln__toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand avuln__logo" href="index.html"></a>
</div>
<div id="navbar" class="navbar-collapse collapse avuln__collapse" aria-expanded="false" style="height: 1px;">
<ul class="nav navbar-nav navbar-right">
<li><a href="about.html">ABOUT</a></li>
<li><a href="http://blog.avuln.com" target="_blank">BLOG</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
<div class="avuln__line"></div>
</nav>
<!-- Begin page content -->
<div class="avuln__data_holder">
<h1>VULN.IT</h1>
<div class="hor-block">
<div class="eye_image"></div>
<p class="data">
<span class="text">
Continuous penetration testing.
</span>
</p>
<p class="data">
<span class="text">
Subscribe your web-application for recurring security scanning and checking all latest attacks and exploits against it.
</span>
</p>
</div>
<p class="data">
<span class="text">
You can choose <span class="accent-bold">get hacked by us and learn how</span> or wait for hackers to harm your business.
</span>
<br>
<br>
<span class="text">
<a href="https://vuln.it">VULN IT</a> — is most innovative and effective cloud-based security scanner. We use best of our knowledge and experience to build VULN IT. We continuously update the arsenal of attack vectors and other meaningful checks. VULN IT lets you to be the first to know the security vulnerabilities and threats that affect your assets.
</span>
<br>
</p>
<p class="data">
<span class="text">
VULN IT is the easiest way to keep your web applications protected. No setup required. Just 2 minutes to sign up:
</span>
</p>
<div class="hor-block">
<div class="list5">
<ul>
<li><a>Enter your URL</a></li>
<li><a>Confirm ownership</a></li>
<li><a>Click “vuln it”</a></li>
<li><a>Fix vulnerabilities</a></li>
</ul>
</div>
<br>
</div>
<p class="data">
<span class="text">
Check results at dashboard and via notifications. Be always beware of your current security status.
</span>
<br>
</p>
<br>
<h1>Private beta-testing</h1>
<div class="hor-block">
<div class="cogwheel_image"></div>
<p class="data">
<span class="text">
Leave your email for private beta testing. All participants of private beta test will receive 6 months free subscription starting from the public release date. Most active participants will be awarded with additional bonuses. Quality and comfortable usage are our primary targets at this stage.
</span>
</p>
<br>
<br>
</div>
</div>
</div>
<footer class="footer avuln__footer">
<div class="avuln__line"></div>
<ul class="container avuln__footer-menu">
<li class="avuln__footer-menu-item">© AVULN LLC</li>
<li class="avuln__footer-menu-item">
<a href="https://twitter.com/avuln" class="twitter-btn"></a>
</li>
</ul>
</footer>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44441478-4', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>