update README with stock info from last one

This commit is contained in:
Vicky Rampin 2021-11-12 22:21:03 +00:00
parent c9cfe7b699
commit 5c77b26de6
1 changed files with 10 additions and 0 deletions

View File

@ -1,2 +1,12 @@
# 2021 CSCI-GA3205 Homework 10 # 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).