Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
syncall committed Jan 31, 2024
1 parent 2934bdf commit a361d44
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
15 changes: 5 additions & 10 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
---
permalink: /404.html
layout: base
layout: page
title: 404
---
<article class="inner-content">
<div class="inner-content">
<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
</div>
<article >
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</article>
5 changes: 2 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
layout: page
toc: Home
order: 1
description: "Additional material of the publication \"Active TLS Stack Fingerprinting: Characterizing TLS Server Deployments at Scale\" and access to published data and tools."
---

Additional material of the publication *Active TLS Stack Fingerprinting:
Characterizing TLS Server Deployments at Scale* and access to published
data and tools.


The paper was published at the [TMA 2022](https://tma.ifip.org/2022/) and received the **Best Paper Award**.

Expand Down
4 changes: 2 additions & 2 deletions pages/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ title: Data
permalink: /data/
order: 2
toc: 'Data'
description: "This pages describes the data published for the TMA Paper \"Active TLS Stack Fingerprinting: Characterizing TLS Server Deployments at Scale\"."
---

This pages describes the data published for the TMA Paper *Active TLS Stack Fingerprinting:
Characterizing TLS Server Deployments at Scale*.


The data set contains the raw measurement data from the section *Longitudinal Study of Toplists and Blocklists*.
The dataset consists of 25 measurements and the following files for each measurement:
Expand Down
2 changes: 1 addition & 1 deletion pages/pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ title: Measurement Pipeline
permalink: /pipeline/
order: 3
toc: Pipeline
description: "Our measurement and fingerprinting pipeline is separated into the following steps:"
---

Our measurement and fingerprinting pipeline is separated into the following steps:
- Domain resolution
- Input preparation
- TLS scanning
Expand Down

0 comments on commit a361d44

Please sign in to comment.