-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
78 lines (71 loc) · 3.64 KB
/
Copy path404.html
File metadata and controls
78 lines (71 loc) · 3.64 KB
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
<!-- ---
permalink: 404.html
--- -->
<!DOCTYPE HTML>
<!--
Based on uBeasa template (developed by freshDesignweb).
-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Page not found | Commix Project</title>
<meta name="description" content="Automated exploitation of command and code injection flaws, from detection to full control of the underlying operating system.">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="referrer" content="strict-origin-when-cross-origin">
<meta name="theme-color" content="#111111">
<meta name="robots" content="noindex">
<meta property="og:title" content="Page not found | Commix Project">
<meta property="og:type" content="website">
<meta property="og:url" content="https://commixproject.com">
<meta property="og:description" content="Automated exploitation of command and code injection flaws, from detection to full control of the underlying operating system.">
<link rel="shortcut icon" type="image/png" href="favicon.ico">
<link rel="apple-touch-icon" href="/images/logo.png">
<link href="https://fonts.googleapis.com/css?family=Exo%202" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha384-nRgPTkuX86pH8yjPJUAFuASXQSSl2/bBUiNV47vSYpKFxHJhbcrGnmlYpYJMeD7a" crossorigin="anonymous" referrerpolicy="no-referrer">
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous">
</script>
<!-- Animate.css -->
<link rel="stylesheet" href="/css/animate.css">
<!-- Flexslider -->
<link rel="stylesheet" href="/css/flexslider.css">
<!-- Theme style -->
<link rel="stylesheet" href="/css/style.css?v=20260911i">
<!-- jQuery Easing -->
<script src="/js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- Waypoints -->
<script src="/js/jquery.waypoints.min.js"></script>
<!-- Flexslider -->
<script src="/js/jquery.flexslider-min.js"></script>
<!-- Main -->
<script src="/js/main.js?v=20260911i"></script>
<!-- Header / Hero / Footer -->
<script src="/js/hero.js?v=20260911i" type="text/javascript" defer></script>
<script src="/js/header.js?v=20260911i" type="text/javascript" defer></script>
<script src="/js/footer.js?v=20260911i" type="text/javascript" defer></script>
</head>
<body class="page-404">
<header-component></header-component>
<hero-component></hero-component>
<div class="ubea-section-overflow">
<div class="ubea-section" id="ubea-notfound">
<div class="ubea-container">
<header class="section-intro">
<h2>Oops! Page not found.</h2>
<p>Nothing is served at this address. Try the front page, or the wiki if you were after the documentation.</p>
</header>
</div>
</div>
</div>
<footer-component></footer-component>
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="fa fa-arrow-up"></i></a>
</div>
</body>
</html>