-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
160 lines (80 loc) · 4.91 KB
/
index.html
File metadata and controls
160 lines (80 loc) · 4.91 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
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
<!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>
Welcome to U2-I2! · 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">Welcome to U2-I2!</h1>
<p>U2-I2 is proudly presented by a group of enthusiasts of mobile security & privacy.
It is essentially proposed as the artifact of a paper titled <a href="https://www.ndss-symposium.org/ndss-paper/post-gdpr-threat-hunting-on-android-phones-dissecting-os-level-safeguards-of-user-unresettable-identifiers/"><em>Post-GDPR Threat Hunting on Android Phones: Dissecting OS-level Safeguards of User-unresettable Identifiers</em></a> accepted by NDSS 2023.</p>
<p>Please cite the following if you use U2-I2:</p>
<p class="message">
Mark Huasong Meng, Qing Zhang, Guangshuai Xia, Yuwei Zheng, Yanjun Zhang, Guangdong Bai, Zhi Liu, Sin Gee Teo, and Jin Song Dong,
<i>Post-GDPR Threat Hunting on Android Phones: Dissecting OS-level Safeguards of User-unresettable Identifiers</i>,
The Network and Distributed System Security Symposium (NDSS), 2023.
</p>
<p>You can download a copy of the paper <a href="/u2i2//docs/public/paper/u2i2_ndss.pdf" target="_blank"><strong>here</strong></a>.</p>
<hr />
<h2 id="u2-i2-team">U2-I2 Team</h2>
<p>This project is led and hosted by the <a href="https://UQ-Trust-Lab.github.io" target="_blank"><strong>TrustLab</strong></a> at school of ITEE, The University of Queensland, Australia. <br />
Our U2-I2 team is made up of researchers and engineers from different countries and organizations, including <em>the University of Queensland</em>, <em>National University of Singpaore</em>, <em>ByteDance</em>, <em>A*STAR Singapore</em>, and <em>Deakin University</em>.</p>
<hr />
<p class="message">
Thanks for the free host service provided by <a href="https://pages.github.com">GitHub Pages</a>.
This website is implemented by <a href="https://jekyllrb.com">Jekyll</a> and built on <a href="https://hyde.getpoole.com">Hyde</a> and <a href="https://lanyon.getpoole.com">Lanyon</a>.
</p>
</div>
</div>
</body>
</html>