From ff51473609f54d7fd5e919c9a510481304bd73ba Mon Sep 17 00:00:00 2001 From: gracefeng05 <114462302+gracefeng05@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:12:24 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97863f6..f6bf36d 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This static HUGO website serves as a database of completed CVEXes. These CVEXes Special thanks to Noah Spahn, Professor Giovanni Vigna, and Professor Christopher Kruegel, and UCSB SecLab. [Website Link](https://ucsb-seclab.github.io/xplor-cvex/) -# [CVEX REPO](https://github.com/ucsb-seclab/cvex-xplor) +[CVEX Repository](https://github.com/ucsb-seclab/cvex-xplor) # 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.