The following steps need to be followed for data collection:
- List the classes of traffic you wish to classify in config.json:
- Collect an additional data point for one of the classes, say duckduckgo.com, in a Terminal, from the website-fingerprinting directory by running the following command:
./pcaps/capture.sh duckduckgo.com
- Open another Terminal, and run the following command:
torsocks lynx https://duckduckgo.com
Your two Terminals should look as follows, at this point:
- Once you have finished the browsing session, end ...