Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
racheljiang310 authored Jun 7, 2024
1 parent d4d5cbf commit 93f03dc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ url: /
### What is a CVEX?
CVEX is an executable that runs a software exploit and outputs relevant data in the form of network traffic. Each CVEX is packaged in the form of a Docker container, which has the benefit of being convenient and compatible with any operating system. As a result, CVEXes can be run and analyzed by any person curious to understand the workings of a software vulnerability.

### How to run a CVEX
### How to run a CVEX (simple)
1. Visit [link](https://github.com/ucsb-seclab/xplor-cvex/tree/main/data/cvex_data/compose-files)
2. Download any compose yaml file
3. Install `docker` and ensure you have `docker-compose`
4. run `docker compose -f <compose-file-name.yml> up`
5. Open `localhost:<port>` and Voila!

### How to run CVEX with access to source code
1. Pull from the GitHub Container Registry (GHCR):
&nbsp;&nbsp;a. 'docker pull ghcr.io/ucsb-seclab/NAME_OF_CONTAINER:TAG'
&nbsp;&nbsp;b. for example, 'docker pull ghcr.io/ucsb-seclab/demo/client:latest'
Expand All @@ -33,4 +40,4 @@ CVEX is an executable that runs a software exploit and outputs relevant data in
This static HUGO website serves as a database of completed CVEXes. These CVEXes were created by the Team of Professors Kruegel & Vigna, with 4 undergraduate researchers affiliated with UCSB's Early Research Scholars Program 2023-2024 cohort.


*Special thanks to Noah Spahn, Professor Giovanni Vigna, and Professor Christopher Kruegel, and UCSB SecLab.*
*Special thanks to Noah Spahn, Professor Giovanni Vigna, and Professor Christopher Kruegel, and UCSB SecLab.*

0 comments on commit 93f03dc

Please sign in to comment.