Git Product home page Git Product logo

tail-time's Introduction

Tail Time

Tail Time is a website fingerprinting defense built on top of Walkie-Talkie. In Tail Time, communication between the client and the server is done in half-duplex except for that an active request cannot block queued requests longer than the configured timeout value. Additionally, the cell sequences of website traces are padded using a reference trace to ensure similarity between different websites.

Trace Collection

Clone the tor-capture repository and move the provided extensions in ./tail-time/addon to ./tor-capture/visit/addon. Follow the instructions for setup and trace capture provided in the README. After collecting traces, move the ./tor-capture/log to ./tail-time.

Padding

Padding can be applied to all configurations for which there are traces by the following command.

sh sim.sh

Padding can also be applied to individual configurations with the following command.

sh sim.sh <config>

Overhead

Bandwidth and latency overhead can be calculated for all configurations for which there are traces by the following command. The output will be logged to the files bwoh.txt and loh.txt.

Bandwidth Overhead

sh bwoh.sh

Latency Overhead

sh loh.sh

The overhead can also be calculated for individual configurations with the following command. The output is displayed to the screen.

Bandwidth Overhead

sh bwoh.sh <config>

Latency Overhead

sh loh.sh <config>

Reference

J. Liang, C. Yu, K. Suh and H. Han, "Tail Time Defense Against Website Fingerprinting Attacks," in IEEE Access, vol. 10, pp. 18516-18525, 2022, doi: 10.1109/ACCESS.2022.3146236.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.