2021-csci-ga3205-hw-10/README.md

847 B

2021 CSCI-GA3205 Homework 10

Author: Vicky Rampin

Prompt

Write a program that extracts the data of one packet from captured traffic and reconstructs the packet. You can choose and work on any protocol (e.g. HTTP packet) of your preference. Your program gets the captured traffic as a text file and outputs at least one constructed packet.

Installation

This script is made with Python 3.8 and uses the argparse and pycryptodome libraries. Ensure that you have Python 3.8+ and these libraries installed in order to run this script correctly.

Usage

First, clone this repository to your machine. Open the command line on your machine and navigate to where you cloned this repository. To get help using cd, use this tutorial.