diff --git a/README.md b/README.md index 77ceb81..83304dd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # 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+](https://www.python.org/downloads/) 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](https://swcarpentry.github.io/shell-novice/02-filedir/index.html).