-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
241 lines (212 loc) · 10.6 KB
/
Copy pathindex.html
File metadata and controls
241 lines (212 loc) · 10.6 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>DHCPAP documentation — DHCPAP 0.1 documentation</title>
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
<script type="text/javascript" src="_static/bootstrap-3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
<link rel="shortcut icon" href="_static/dhcpcanon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Glosary" href="glossary.html" />
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
</head><body>
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
DHCPAP</a>
<span class="navbar-text navbar-version pull-left"><b>0.1</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
<li class="dropdown globaltoc-container">
<a role="button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
href="#">Site <b class="caret"></b></a>
<ul class="dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc"><ul>
<li class="toctree-l1"><a class="reference internal" href="glossary.html">Glosary</a></li>
<li class="toctree-l1"><a class="reference internal" href="links.html">Links</a></li>
</ul>
</ul>
</li>
<li class="dropdown">
<a role="button"
id="dLabelLocalToc"
data-toggle="dropdown"
data-target="#"
href="#">Page <b class="caret"></b></a>
<ul class="dropdown-menu localtoc"
role="menu"
aria-labelledby="dLabelLocalToc"><ul>
<li><a class="reference internal" href="#">DHCPAP documentation</a><ul>
<li><a class="reference internal" href="#dh-what">DH-What?!</a></li>
<li><a class="reference internal" href="#for-users">For users</a></li>
<li><a class="reference internal" href="#for-demonstration-purposes">For demonstration purposes</a></li>
<li><a class="reference internal" href="#for-developers">For developers</a></li>
<li><a class="reference internal" href="#other">Other</a></li>
</ul>
</li>
</ul>
</ul>
</li>
<li>
<a href="glossary.html" title="Next Chapter: Glosary"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Glosary »</span>
</a>
</li>
<li class="hidden-sm">
<div id="sourcelink">
<a href="_sources/index.rst.txt"
rel="nofollow">Source</a>
</div></li>
</ul>
<form class="navbar-form navbar-right" action="search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-3">
<div id="sidebar" class="bs-sidenav" role="complementary"><ul>
<li><a class="reference internal" href="#">DHCPAP documentation</a><ul>
<li><a class="reference internal" href="#dh-what">DH-What?!</a></li>
<li><a class="reference internal" href="#for-users">For users</a></li>
<li><a class="reference internal" href="#for-demonstration-purposes">For demonstration purposes</a></li>
<li><a class="reference internal" href="#for-developers">For developers</a></li>
<li><a class="reference internal" href="#other">Other</a></li>
</ul>
</li>
</ul>
<li>
<a href="glossary.html" title="Next Chapter: Glosary"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Glosary »</span>
</a>
</li>
<div id="sourcelink">
<a href="_sources/index.rst.txt"
rel="nofollow">Source</a>
</div>
<form action="search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="col-md-9 content">
<div class="section" id="dhcpap-documentation">
<h1>DHCPAP documentation<a class="headerlink" href="#dhcpap-documentation" title="Permalink to this headline">¶</a></h1>
<div class="section" id="dh-what">
<h2>DH-What?!<a class="headerlink" href="#dh-what" title="Permalink to this headline">¶</a></h2>
<p><a class="reference external" href="https://en.wikipedia.org/wiki/DHCP">DHCP</a> stands for
<strong>Dynamic Host Configuration Protocol</strong>. It’s a
<a class="reference external" href="https://en.wikipedia.org/wiki/Network_protocol">network protocol</a> used to
get network configuration parameters, such as
<a class="reference external" href="https://en.wikipedia.org/wiki/IP_address">IP addresses</a> automatically.</p>
<p>Every time a device, such as a laptop or mobile connects to a Wifi
network in a cafe, office, home, etc., it sends a DHCP request.</p>
<p>Some DHCP options carry unique identifiers that can enable device tracking and
fingerprinting.</p>
<p><strong>AP</strong> stands for <a class="reference external" href="https://tools.ietf.org/html/rfc7844.html">Anonymity Profiles</a>,
a standard that provides guidelines on the composition of DHCP messages,
designed to minimize disclosure of identifying information.</p>
<p><strong>Important</strong>: if you run a DHCP client implementing the Anonymity Profiles, the
hardware address (<a class="reference external" href="https://en.wikipedia.org/wiki/MAC_address">MAC</a>) should
be randomized.
You can use <a class="reference external" href="https://github.com/alobbs/macchanger">macchanger</a>,
<a class="reference external" href="https://github.com/subgraph/macouflage">macouflage</a> or other tools for this.</p>
</div>
<div class="section" id="for-users">
<h2>For users<a class="headerlink" href="#for-users" title="Permalink to this headline">¶</a></h2>
<p><a class="reference external" href="https://dhcpcanon.readthedocs.io/">dhcpcanon</a> is a DHCP client implementing
the Anonymity Profiles.</p>
<p>It’s tested in Debian/Ubuntu. Other Linux distributions are coming soon, as well as
Gnome Network Manager integration.</p>
<p>Windows 10 has a non-<a class="reference external" href="https://en.wikipedia.org/wiki/Free_and_open-source_software">FLOSS</a>
implementation of the Anonymity Profiles.</p>
</div>
<div class="section" id="for-demonstration-purposes">
<h2>For demonstration purposes<a class="headerlink" href="#for-demonstration-purposes" title="Permalink to this headline">¶</a></h2>
<p><a class="reference external" href="https://dhcpcfp.readthedocs.io/">dhcpcfp</a> is a DHCP scanner,
intended to be run in controlled networks to show how it is possible to
fingerprint devices.</p>
</div>
<div class="section" id="for-developers">
<h2>For developers<a class="headerlink" href="#for-developers" title="Permalink to this headline">¶</a></h2>
<p>(See the two sections above).</p>
<p><code class="docutils literal notranslate"><span class="pre">systemd</span></code> implements its own DHCP client and now it also implements the
Anonymity profiles (<a class="reference external" href="https://github.com/juga0/systemd/tree/features/rfc7844">branch</a>
merged in upstream).
Refer to the documentation on how to run systemd DHCP client and
<a class="reference external" href="http://systemd-dhcpap-notes.readthedocs.io">systemd modifications</a>
(<a class="reference external" href="https://github.com/juga0/systemd">source</a>)</p>
<p><a class="reference external" href="https://rfc7844-comments.readthedocs.io">Comments on the RFC 7844</a>
(<a class="reference external" href="https://github.com/juga0/rfc7844-comments">source</a>)</p>
<p>Slides:</p>
<ul class="simple">
<li><a class="reference external" href="https://juga0.github.io/dhcpap_34c3_slides/">34c3 slides</a>
(<a class="reference external" href="https://github.com/juga0/dhcpap_34c3_slides/">source</a>)</li>
<li><a class="reference external" href="https://dhcpap.github.io/dhcpap_hax_slides/">Bornhack slides</a>
(<a class="reference external" href="https://github.com/DHCPAP/dhcpap_hax_slides">source</a>)</li>
<li><a class="reference external" href="https://dhcpap.github.io/dhcpcanon_p_slides/">PrototypeFund slides</a>
(<a class="reference external" href="https://github.com/DHCPAP/dhcpcanon_p_slides">source</a>)</li>
</ul>
</div>
<div class="section" id="other">
<h2>Other<a class="headerlink" href="#other" title="Permalink to this headline">¶</a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="glossary.html">Glosary</a></li>
<li class="toctree-l1"><a class="reference internal" href="links.html">Links</a></li>
</ul>
</div>
<ul class="simple">
<li><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="pull-right">
<a href="#">Back to top</a>
</p>
<p>
© Copyright 2017, 2018, juga.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.1.<br/>
</p>
</div>
</footer>
</body>
</html>