https://github.com/azaze7/nvid-dc
(Course Work) Final Project/Presentation for CS 4316/5313, Computer Networks. Showcases Network Video & Image Displayer Using Docker Containers, a system for sending media over a local network. [🐳]
https://github.com/azaze7/nvid-dc
computer-networks course-project coursework docker docker-container docker-image networking presentation-slides
Last synced: about 1 year ago
JSON representation
(Course Work) Final Project/Presentation for CS 4316/5313, Computer Networks. Showcases Network Video & Image Displayer Using Docker Containers, a system for sending media over a local network. [🐳]
- Host: GitHub
- URL: https://github.com/azaze7/nvid-dc
- Owner: Azaze7
- Created: 2024-05-28T07:19:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T08:23:33.000Z (about 2 years ago)
- Last Synced: 2024-05-28T14:46:27.149Z (about 2 years ago)
- Topics: computer-networks, course-project, coursework, docker, docker-container, docker-image, networking, presentation-slides
- Language: Python
- Homepage:
- Size: 15.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NVID-DC
Final Project/Presentation for CS 4316/5313, Computer Networks.
Showcases Network Video & Image Displayer Using Docker Containers, a Docker system for sending media over a local network.
**This Project was completed with the assistance of three group members!**
Special Thanks to:
[Erik S. LaNeave](https://github.com/ErikLaN68 "Erik's Github"),
[Fernando H. Remes](https://github.com/FernRemes "Fernie's Github"),
Jacob A. Gonzalez.
## 🔎 Table of Contents
1. What is NVID-DC?
2. What are Dockers?
3. What Files are Enclosed Here?
## ⌨️ What is NVID-DC?
* Powershell-Empire was an open-source post-exploitation agent that ran through Windows Powershell.
* It allowed for a user to generate attack scripts for use against other Windows machines, MacOS, or Linux subsystems.
* It is not offically maintained as of August of 2019, but a fork was used as a base for the creation of this cybersecurity excercise.
## 🐋 What are Dockers?
## 🗂️ What Files are Enclosed Here?
| Filename | Type | Description |
| --------------- | --------------- | --------------- |
| NVID-DC_Final_Presentation... | .pptx | PowerPoint used during live demo & class presentation. |
| NVID-DC_Final_Report... | .pdf | PDF file that contains a formal writeup about NVID-DC, its development, and any sources consulted. |
| NVID-DC_client | .py | Python code for the client side of NVID-DC. It is used for sending files to other clients. |
| NVID-DC_server | .py | Python code for the server side of NVID-DC. It is used for coordinating clients. |
| sample-doc-run | .txt | Text file that contains a command to run the docker container. |
| Powershell_Empire_Screenshot | .png | Sample Screenshot of Kali Linux & Windows 7 Professional. Used for this README. |