-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
134 lines (63 loc) · 3.3 KB
/
404.html
File metadata and controls
134 lines (63 loc) · 3.3 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
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<link href="https://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
404: Page not found · U2-I2
</title>
<!-- CSS -->
<link rel="stylesheet" href="/u2i2/public/css/custom.css">
<link rel="stylesheet" href="/u2i2/public/css/poole.css">
<link rel="stylesheet" href="/u2i2/public/css/syntax.css">
<link rel="stylesheet" href="/u2i2/public/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/u2i2/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/u2i2/public/favicon.ico">
<!-- link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" -->
<script src="https://kit.fontawesome.com/59bd3f67e7.js" crossorigin="anonymous"></script>
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
</head>
<body class="theme-base-uq">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>
<a href="/u2i2/">
U2-I2
</a>
</h1>
<p class="lead">An one-stop solution to explore user unresettable identifiers (UUIs) leakage on your Android smartphone.</p>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="/u2i2/">Home</a>
<a class="sidebar-nav-item" href="/u2i2//cve/">CVEs</a>
<a class="sidebar-nav-item" href="/u2i2//devices/">Devices</a>
<a class="sidebar-nav-item" href="/u2i2//toolkit/">Toolkit</a>
<a class="sidebar-nav-item" href="/u2i2//undoc_channels/">Undocumented Channels</a>
<!--a class="sidebar-nav-item" href="https://github.com/cyberooo/u2i2/archive/v1.0.0.zip">Download</a-->
<!--a class="sidebar-nav-item" href="https://github.com/cyberooo/u2i2">GitHub project</a-->
<!--span class="sidebar-nav-item">Currently v1.0.0</span-->
<style>
.bottom-three {
margin-bottom: 2cm;
}
</style>
<p class="bottom-three"></p>
</nav>
<p>© 2023. All rights reserved.</p>
</div>
</div>
<div class="content container">
<div class="page">
<h1 class="page-title">404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/u2i2/">Head back home</a> to try finding it again.</p>
</div>
</div>
</body>
</html>