regular-dev / https_classifier

Classifying https traffic via recurrent and convolutional neural networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTPS Classifier

Keras LSTM & Conv2DLSTM for https traffic flows classification

Usage

  • Install requirements.
  • Upload pcap files from https://betternet.lhs.inria.fr/datasets/https/dumps.html
  • Edit create_dataset.py list of pcap files
  • Launch python create_dataset.py to create serialized pickle dataset
  • Launch python net_lstm_main.py train to train net
  • Launch python net_lstm_main.py test to test net

About

Classifying https traffic via recurrent and convolutional neural networks

License:Apache License 2.0


Languages

Language:Python 100.0%