This repository contains the Python 3 implementation of the k-FP WF attack as described in the USENIX Security '16 paper.
-
Converted the code from Python 2 to Python 3:
- Updated format and syntax to be compatible with Python 3.
-
Changed dataset format:
- Old format:
.txt
file. - New format:
.npz
file.
Ensure that you have a Tik-Tok format
.npz
dataset (direction*timestamp
) in the/data
folder before running the code. - Old format:
If your dataset is in a different format:
- Update the
'dictionary_'
method in thek-FP.py
file. - Update the
get_pkt_list
method in theRF_fextract.py
file