-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
252 lines (214 loc) · 12.9 KB
/
Copy pathindex.html
File metadata and controls
252 lines (214 loc) · 12.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WebSec Lab @ UNIST</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="web security, software security, computer security, UNIST, Seongil Wi, 위성일, 유니스트, 위성일교수, 위성일 교수" name="keywords">
<meta content="WebSec Lab @ UNIST, We conduct research and develop technologies aimed at enhancing the security of the universal interface—the Web." name="description">
<!-- Favicon -->
<link href="img/favicon.ico?v=2" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Rubik:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<!-- Open Graph -->
<meta property="og:url" content="https://websec-lab.github.io/">
<meta property="og:title" content="WebSec Lab @ UNIST">
<meta property="og:type" content="website">
<meta property="og:image" content="https://websec-lab.github.io/img/logo_full.png">
<meta property="og:description" content="We Aim to Make World's Web Secure!">
</head>
<body>
<!-- Navbar & Carousel Start -->
<div class="container-fluid position-relative p-0">
<nav class="navbar navbar-expand-lg navbar-dark px-5 py-3 py-lg-0">
<a href="index.html" class="navbar-brand p-0">
<img src="img/logo_full.png" alt="WebSec Lab" class="brand-logo brand-logo--color">
<img src="img/logo_white.png" alt="" class="brand-logo brand-logo--white">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto py-0">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="people.html" class="nav-item nav-link">People</a>
<a href="research.html" class="nav-item nav-link">Research</a>
<a href="publications.html" class="nav-item nav-link">Publications</a>
<a href="sponsors.html" class="nav-item nav-link">Sponsors</a>
<a href="joining.html" class="nav-item nav-link">Joining Us</a>
</div>
</div>
</nav>
<div class="container-fluid bg-header hero-header">
<div class="hero-content">
<p class="hero-kicker animated slideInDown">WebSec Lab @ UNIST</p>
<h1 class="hero-title animated zoomIn">We Aim to Make<br class="d-none d-md-block"> the World's Web Secure!</h1>
<p class="hero-sub animated fadeIn">We find and report web threats before attackers do — from browser internals to AI agents.</p>
<div>
<a href="#aboutus" class="btn btn-primary py-md-3 px-md-5 me-3 animated slideInLeft">About us</a>
<a href="joining.html" class="btn btn-outline-light py-md-3 px-md-5 animated slideInRight">Join us</a>
</div>
</div>
</div>
</div>
<!-- Navbar & Carousel End -->
<!-- About Start -->
<div class="container-fluid py-5 wow fadeInUp" data-wow-delay="0.1s" id="aboutus">
<div class="container pt-2 pb-3">
<div class="row g-5 align-items-center">
<div class="col-lg-7">
<div class="section-title position-relative pb-3 mb-4">
<h5 class="fw-bold text-primary text-uppercase">About Us</h5>
<h1 class="mb-0">Who We Are</h1>
</div>
<p class="about-lead">
We build technologies that secure the universal interface—the
Web—by proactively finding and reporting threats, and we study
AI security in both directions: securing AI agents and using AI to
find and fix vulnerabilities.
</p>
<div class="about-areas">
<a href="research.html" class="about-area">
<span class="research-icon research-icon--cyan"><i class="far fa-window-maximize"></i></span>
Browser & Web Platform Security
</a>
<a href="research.html" class="about-area">
<span class="research-icon research-icon--green"><i class="fas fa-bug"></i></span>
Web Application Security
</a>
<a href="research.html" class="about-area">
<span class="research-icon research-icon--gold"><i class="fas fa-user-secret"></i></span>
Web Privacy
</a>
<a href="research.html" class="about-area">
<span class="research-icon research-icon--navy"><i class="fas fa-robot"></i></span>
AI Security
</a>
</div>
<p class="mb-0"><i class="fa fa-check text-primary me-3"></i>We are looking for motivated collaborators (graduate/undergraduate students) — interested in web security? See <a href="joining.html">how to join us</a>.</p>
</div>
<div class="col-lg-5">
<img src="img/team_photo.jpg" alt="WebSec Lab Team" style="
width: 100%;
max-width: 480px;
display: block;
mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 45%, transparent 100%);
-webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 45%, transparent 100%);
">
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- News Start -->
<div class="container-fluid pb-5 wow fadeInUp" data-wow-delay="0.1s" id="news">
<div class="container pb-3">
<div class="section-title position-relative pb-3 mb-4">
<h5 class="fw-bold text-primary text-uppercase">News</h5>
<h1 class="mb-0">Recent News</h1>
</div>
<!-- ================================================================
HOW TO EDIT THIS LIST
- One <div class="news-item"> is the copy-paste unit; newest
entries go on TOP.
- Pick ONE icon class per item:
paper = news-icon--paper + <i class="far fa-file-alt">
award = news-icon--award + <i class="fas fa-trophy">
grant = news-icon--grant + <i class="fas fa-coins">
people = news-icon--people + <i class="fas fa-user-plus">
- Highlight key names/venues with <span class="hl">...</span>
(dark ink, not bold). Use it sparingly.
================================================================ -->
<div class="news-list">
<div class="news-item">
<span class="news-date">Aug 2026</span>
<span class="news-icon news-icon--award"><i class="fas fa-trophy"></i></span>
<p class="news-text">Our paper received the <span class="hl">Internet Defense Prize</span> (funded by Meta) and was the <span class="hl">Distinguished Paper Award Runner-Up</span> at USENIX Security 2026!</p>
</div>
<div class="news-item">
<span class="news-date">Aug 2026</span>
<span class="news-icon news-icon--paper"><i class="far fa-file-alt"></i></span>
<p class="news-text">A paper has been accepted to <span class="hl">IEEE TKDE 2027</span>.</p>
</div>
<div class="news-item">
<span class="news-date">Jun 2026</span>
<span class="news-icon news-icon--paper"><i class="far fa-file-alt"></i></span>
<p class="news-text">A paper has been accepted to <span class="hl">ASE 2026</span>.</p>
</div>
<div class="news-item">
<span class="news-date">Jun 2026</span>
<span class="news-icon news-icon--paper"><i class="far fa-file-alt"></i></span>
<p class="news-text">A paper has been accepted to <span class="hl">ESORICS 2026</span>.</p>
</div>
<div class="news-item">
<span class="news-date">May 2026</span>
<span class="news-icon news-icon--paper"><i class="far fa-file-alt"></i></span>
<p class="news-text">A paper has been accepted to <span class="hl">USENIX Security 2026</span>.</p>
</div>
<div class="news-item">
<span class="news-date">Apr 2026</span>
<span class="news-icon news-icon--award"><i class="fas fa-trophy"></i></span>
<p class="news-text">Prof. Seongil Wi received the <span class="hl">IB UNITE Award</span>, a faculty award at UNIST.</p>
</div>
<div class="news-item">
<span class="news-date">Apr 2026</span>
<span class="news-icon news-icon--grant"><i class="fas fa-coins"></i></span>
<p class="news-text">Our lab is funded by the IITP <span class="hl">Hyper-scale Industrial AI</span> R&D program (초거대산업AI연구지원).</p>
</div>
<div class="news-item">
<span class="news-date">Mar 2026</span>
<span class="news-icon news-icon--grant"><i class="fas fa-coins"></i></span>
<p class="news-text">Our lab is funded by the <span class="hl">INNOCORE</span> program (INNOCORE 사업).</p>
</div>
<div class="news-item">
<span class="news-date">Mar 2026</span>
<span class="news-icon news-icon--paper"><i class="far fa-file-alt"></i></span>
<p class="news-text">A paper has been accepted to <span class="hl">EuroS&P 2026</span>.</p>
</div>
<div class="news-item">
<span class="news-date">Mar 2026</span>
<span class="news-icon news-icon--people"><i class="fas fa-user-plus"></i></span>
<p class="news-text"><span class="hl">Donggyu Kim</span>, <span class="hl">Chaeyoung Moon</span>, and <span class="hl">Jongyoung Kang</span> joined the lab. Welcome!</p>
</div>
</div>
</div>
</div>
<!-- News End -->
<!-- Footer Start -->
<div class="container-fluid text-white" style="background: var(--dark);">
<div class="container text-center">
<div class="row justify-content-end">
<div class="d-flex align-items-center justify-content-center" style="height: 75px;">
<p class="mb-0">© <a class="text-white border-bottom" href="index.html">WebSec Lab @ UNIST</a>. All Rights Reserved.
</p>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square rounded back-to-top"><i class="bi bi-arrow-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>