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

Commit

Permalink
how to run a cvex instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
yarwinliu committed Jun 5, 2024
1 parent 72ace64 commit 64aad49
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ 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
1. Pull from the GitHub Container Registry (GHCR):
  a. 'docker pull ghcr.io/ucsb-seclab/NAME_OF_CONTAINER:TAG'
  b. for example, 'docker pull ghcr.io/ucsb-seclab/demo/client:latest'
  c. check each container's README for more details
2. Or (for v2 only): pull from the Github and run as instructed in the README

<!-- ![CVEX](./images/cvex.png#center) -->

### Our Mission
Expand Down

0 comments on commit 64aad49

Please sign in to comment.