From 64aad49a6b3ddaae6500ab66be0e813676dec215 Mon Sep 17 00:00:00 2001 From: Yarwin Liu Date: Wed, 5 Jun 2024 11:08:14 -0700 Subject: [PATCH] how to run a cvex instructions --- content/_index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/_index.md b/content/_index.md index 83107bf..320b471 100755 --- a/content/_index.md +++ b/content/_index.md @@ -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 + ### Our Mission