-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
94 lines (75 loc) · 2.3 KB
/
main.tex
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
\documentclass[sigconf,natbib=false]{acmart}
\pagestyle{plain}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{svg}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{amsmath}
\usepackage{algpseudocode}
\usepackage{listings}
\usepackage{subcaption}
\usepackage{comment}
\usepackage{flushend}
\usepackage[absolute,overlay]{textpos}
\usepackage[style=acmnumeric,citestyle=numeric-comp,backend=biber,sorting=none]{biblatex}
\addbibresource{main.bib}
\lstset{
basicstyle=\ttfamily,
columns=fullflexible,
frame=single,
breaklines=true,
tabsize=4,
}
\setcopyright{acmcopyright}
\copyrightyear{2022}
\acmYear{2022}
\acmDOI{10.1145/xxxxxxx.xxxxxxx}
\acmConference[WiSec '23]{WiSec '23: 16th ACM Conference on Security and Privacy in Wireless and Mobile Networks}{May 29--June 01, 2023}{Guildford, Surrey, United Kingdom}
\acmBooktitle{WiSec '23: 16th ACM Conference on Security and Privacy in Wireless and Mobile Networks, May 29--June 01, 2023, Guildford, Surrey, United Kingdom}
\acmISBN{978-1-4503-XXXX-X/21/06}
\begin{document}
\title{POSTER: Dishing out DoS: How to Disable\\and Secure the Starlink User Terminal}
\author{Edd Salkield}
\authornotemark[2]
\email{[email protected]}
\affiliation{%
\institution{University of Oxford}
\country{United Kingdom}}
\author{Joshua Smailes}
\authornotemark[2]
\email{[email protected]}
\affiliation{%
\institution{University of Oxford}
\country{United Kingdom}}
\author{Sebastian K{\"o}hler}
\email{[email protected]}
\affiliation{%
\institution{University of Oxford}
\country{United Kingdom}}
\author{Simon Birnbach}
\email{[email protected]}
\affiliation{%
\institution{University of Oxford}
\country{United Kingdom}}
\author{Ivan Martinovic}
\email{[email protected]}
\affiliation{%
\institution{University of Oxford}
\country{United Kingdom\\\,}}
\input{abstract.tex}
\maketitle
\begin{textblock*}{7cm}(1.8cm,8.5cm)
\small{\textdagger\;Both authors contributed equally to this paper.}
\end{textblock*}
\vspace{-1em}
\input{motivation.tex}
\input{attack.tex}
\input{attack-vectors.tex}
\input{impact.tex}
\input{conclusion.tex}
\section*{Acknowledgement}\label{sec:acknowledgements}
We are grateful for hardware access through armasuisse S+T.
\printbibliography
\end{document}