conand / FlowPrint

Original implementation of FlowPrint as in the NDSS '20 paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlowPrint - In progress

This repository contains the code for FlowPrint by the authors of the NDSS FlowPrint [1] paper. This master branch provides FlowPrint as an out of the box tool. For the original experiments from the paper, please checkout the NDSS branch.

Installation

TODO

Usage

TODO

References

[1] van Ede, T., Bortolameotti, R., Continella, A., Ren, J., Dubois, D. J., Lindorfer, M., Choffnes, D., van Steen, M. & Peter, A. (2020, February). FlowPrint: Semi-Supervised Mobile-App Fingerprinting on Encrypted Network Traffic. In 2020 NDSS. The Internet Society.

Bibtex

@inproceedings{vanede2020flowprint,
  title={{FlowPrint: Semi-Supervised Mobile-App Fingerprinting on Encrypted Network Traffic}},
  author={van Ede, Thijs and Bortolameotti, Riccardo and Continella, Andrea and Ren, Jingjing and Dubois, Daniel J. and Lindorfer, Martina and Choffness, David and van Steen, Maarten, and Peter, Andreas}
  booktitle={NDSS},
  year={2020},
  organization={The Internet Society}
}

About

Original implementation of FlowPrint as in the NDSS '20 paper

License:MIT License


Languages

Language:Python 100.0%