PCap to XML

This script allows one to transform the web traffic capture into the Torpeda format. The script applies a previous filter to proccess only HTTP traffic.

Input: A traffic capture file (in PCap format) and the labels desired by the expert.
Output: A XML document containing the labelled requests following the Torpeda specification.

Download: pcap2xml

Merge Datasets

This script allows one to merge several datasets into a single one. This is useful for the labelling of malicious requests, by previously creating a different XML file for each attack category, and then merging the files created.

Input: Two or more Torpeda partial datasets (XML file format).
Output: A single complete Torpeda dataset. It can be optionally divided in several XML files if the dataset size is too large.

Download: mergeDatasets