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

Commit

Permalink
json reads, navbar, extra pages
Browse files Browse the repository at this point in the history
  • Loading branch information
racheljiang310 committed May 31, 2024
1 parent de2b8e5 commit 3951f76
Show file tree
Hide file tree
Showing 29 changed files with 806 additions and 73 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/public
/resources
/exampleSite/public
/exampleSite/resources
/node_modules
.vscode
.hugo_build.lock
*.swp

# ctags
tags
*.tags
TAGS
7 changes: 0 additions & 7 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="{{ '/assets/js/respond.js' | relative_url }}"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
{% include head-custom.html %}
</head>
Expand Down Expand Up @@ -41,7 +35,6 @@ <h1><a href="/xplor-cvex/">{{ site.title | default: site.github.repository_name
<!-- <span class="credits left">Project maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></span>
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/mattgraham">mattgraham</a></span> -->
</div>

{{ content }}

</section>
Expand Down
12 changes: 0 additions & 12 deletions backend/cve-cvex.json

This file was deleted.

1 change: 1 addition & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Common Vulnerability and Exposure Executables (CVEX)
description: A Collection of our Completed CVEXes
layout: single
draft: true
---

This static HUGO website serves as a database of completed CVEXes. These CVEXes were created by Team Kruegel & Vigna, 4 undergraduate researchers affiliated with UCSB's Early Research Scholars Program 2023-2024 cohort.
Expand Down
11 changes: 11 additions & 0 deletions content/directoryv1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "CVEX Directory"
description: A Collection of original CVEX v1.0 from SecLab
layout: directory
weight: 50
url: /directoryv1/
---
**CVEX v2.0** takes inspiration from past CVEXes created from the past years.
Using a similar `exploiter` vs `recorder` model, we've further divided our CVEs into 3 main
containers: `server`, `client`, and `listener` while also enabling `tcpdump` traffic files
and stack traces to be stored in a user's local directory for better analysis of the exploit
7 changes: 7 additions & 0 deletions content/directoryv2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "XPLOR CVEX Directory"
layout: xplor_directory
weight: 50
url: /directoryv2/
---
**CVEX v2.0** was a collaborative effort
7 changes: 7 additions & 0 deletions content/research.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Xplor CVEX
description: Our Mission Statement
layout: single
draft: true
url: /research/
---
260 changes: 260 additions & 0 deletions data/cvex_data/cvex_v1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,260 @@
{
"cvex_v1_directory" : [
{
"cveid": "CVE-2012-1823",
"cvexid": "cvex-210825-001",
"authors":["PriyankaBose"]
},
{
"cveid": "CVE-2019-12725",
"cvexid": "cvex-210825-003",
"authors": ["degrigis", "pagabuc"]
},
{
"cveid": "CVE-2019-16278",
"cvexid": "cvex-210825-004",
"authors":["nvmb3r"]
},
{
"cveid": "CVE-2014-4511",
"cvexid": "cvex-210825-006",
"authors":["nvmb3r"]
},
{
"cveid": "CVE-2018-16763",
"cvexid": "cvex-210825-007",
"authors":["nvmb3r"]
},
{
"cveid": "CVE-2015-2208",
"cvexid": "cvex-210825-008",
"authors":["nvmb3r"]
},
{
"cveid": "CVE-2017-1000486",
"cvexid": "cvex-210825-009",
"authors":["nvmb3r"]
},
{
"cveid": "CVE-2019-16662",
"cvexid": "cvex-210825-010",
"authors":["fab1ano"]
},
{
"cveid": "CVE-2019-16663",
"cvexid": "cvex-210825-011",
"authors":["fab1ano"]
},
{
"cveid": "CVE-2020-25952",
"cvexid": "cvex-210825-012",
"authors":["fab1ano"]
},
{
"cveid": "CVE-2020-35151",
"cvexid": "cvex-210825-013",
"authors":["fab1ano"]
},
{
"cveid": "CVE-2011-0751",
"cvexid": "cvex-210825-014",
"authors":["9yte"]
},
{
"cveid": "CVE-2017-5638",
"cvexid": "cvex-210825-015",
"authors":["9yte"]
},
{
"cveid": "CVE-2016-3714",
"cvexid": "cvex-210825-016",
"authors":["Trevillie"]
},{
"cveid": "CVE-2019-14234",
"cvexid": "cvex-210825-017",
"authors":["Trevillie"]
},
{
"cveid": "CVE-210825-018",
"cvexid": "cvex-210825-018",
"authors":["Trevillie"],
"valid": false
},
{
"cveid": "CVE-2017-12650",
"cvexid": "cvex-210825-019",
"authors":["robmcl4"]
},
{
"cveid": "CVE-2015-1427",
"cvexid": "cvex-210825-020",
"authors":["xavierholt"]
},
{
"cveid": "CVE-2018-16509",
"cvexid": "cvex-210825-021",
"authors":["xavierholt"]
},
{
"cveid": "CVE-2018-19475",
"cvexid": "cvex-210825-022",
"authors":["xavierholt"]
}
,
{
"cveid": "CVE-2019-6116",
"cvexid": "cvex-210825-023",
"authors":["xavierholt"]
},
{
"cveid": "CVE-2018-11776",
"cvexid": "cvex-210825-024",
"authors":["ruaronicola"]
},
{
"cveid": "CVE-2019-15107",
"cvexid": "cvex-210825-025",
"authors":["dipanjan"]
},
{
"cveid": "CVE-2019-9193",
"cvexid": "cvex-210825-026",
"authors":["xavierholt"]

},
{
"cveid":"CVE-2014-6271",
"cvexid":"cvex-210825-027",
"authors":["xavierholt"]
},
{
"cveid":"CVE-2015-3306",
"cvexid":"cvex-210825-028",
"authors":["rjt-gupta"]
},
{
"cveid":"CVE-2017-5941",
"cvexid":"cvex-210825-029",
"authors":["rjt-gupta"]
},
{
"cveid":"CVE-2020-5192",
"cvexid":"cvex-210825-030",
"authors":["dipanjan"]
},
{
"cveid":"CVE-2020-25487",
"cvexid":"cvex-210825-031",
"authors":["dipanjan"]
},
{
"cveid":"CVE-2020-29283",
"cvexid":"cvex-210825-032",
"authors":["PriyankaBose"]
},
{
"cveid":"CVE-2019-6340",
"cvexid":"cvex-210825-033",
"authors":["ruaronicola"]
},
{
"cveid":"CVE-2017-17405",
"cvexid":"cvex-210825-034",
"authors":["Trevillie"]
},
{
"cveid": "CVE-2018-8733",
"cvexid": "cvex-210825-035",
"authors": ["9yte"]
},



{
"cveid": "CVE-2018-7600",
"cvexid": "cvex-210825-036",
"authors": ["pagabuc"]
},
{
"cveid": "CVE-2019-15715",
"cvexid": "cvex-210825-037",
"authors": ["gal1ium"]
},
{
"cveid": "CVE-2018-17181",
"cvexid": "cvex-210825-038",
"authors": ["pagabuc", "f-kalantari"]
},
{
"cveid": "CVE-2018-15143",
"cvexid": "cvex-210825-039",
"authors": ["pagabuc", "f-kalantari"]
},
{
"cveid": "CVE-2018-15145",
"cvexid": "cvex-210825-040",
"authors": ["pagabuc", "f-kalantari"]
},
{
"cveid": "CVE-2018-17179",
"cvexid": "cvex-210825-041",
"authors": ["pagabuc", "robmcl4"]
},
{
"cveid": "CVE-2018-15144",
"cvexid": "cvex-210825-042",
"authors": ["pagabuc", "robmcl4"]
},
{
"cveid": "CVE-2018-15146",
"cvexid": "cvex-210825-043",
"authors": ["pagabuc", "robmcl4"]
},
{
"cveid": "CVE-2018-15147",
"cvexid": "cvex-210825-044",
"authors": ["pagabuc", "robmcl4"]
},
{
"cveid": "CVE-2018-15148",
"cvexid": "cvex-210825-045",
"authors": ["pagabuc", "robmcl4"]
},
{
"cveid": "CVE-2018-15149",
"cvexid": "cvex-210825-046",
"authors": ["pagabuc", "robmcl4"]
},
{
"cveid": "CVE-2018-15151",
"cvexid": "cvex-210825-047",
"authors": ["pagabuc", "robmcl4"]
},
{
"cveid": "CVE-2018-15150",
"cvexid": "cvex-210825-048",
"authors": ["pagabuc", "robmcl4"]
},
{
"cveid": "CVE-2018-15153",
"cvexid": "cvex-210825-049",
"authors": ["pagabuc", "robmcl4"]
},
{
"cveid": "CVE-2021-41773",
"cvexid": "cvex-210825-050",
"authors": ["etrickel"]
},
{
"cveid": "CVE-2021-32305",
"cvexid": "cvex-211021-001",
"authors": ["pagabuc"]
},
{
"cveid": "CVE-2019-10028",
"cvexid": "cvex-211109-001",
"authors": ["Zion L. Basque", "Paul Emge"]
}
]
}

Loading

0 comments on commit 3951f76

Please sign in to comment.