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

Commit 3951f76

Browse files
json reads, navbar, extra pages
1 parent de2b8e5 commit 3951f76

File tree

29 files changed

+806
-73
lines changed

29 files changed

+806
-73
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/public
2+
/resources
3+
/exampleSite/public
4+
/exampleSite/resources
5+
/node_modules
6+
.vscode
7+
.hugo_build.lock
8+
*.swp
9+
10+
# ctags
11+
tags
12+
*.tags
13+
TAGS

_layouts/default.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
99
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
1010
<script src="{{ '/assets/js/respond.js' | relative_url }}"></script>
11-
<!--[if lt IE 9]>
12-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13-
<![endif]-->
14-
<!--[if lt IE 8]>
15-
<link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
16-
<![endif]-->
1711
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
1812
{% include head-custom.html %}
1913
</head>
@@ -41,7 +35,6 @@ <h1><a href="/xplor-cvex/">{{ site.title | default: site.github.repository_name
4135
<!-- <span class="credits left">Project maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></span>
4236
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/mattgraham">mattgraham</a></span> -->
4337
</div>
44-
4538
{{ content }}
4639

4740
</section>

backend/cve-cvex.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

content/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Common Vulnerability and Exposure Executables (CVEX)
33
description: A Collection of our Completed CVEXes
44
layout: single
5+
draft: true
56
---
67

78
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.

content/directoryv1.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "CVEX Directory"
3+
description: A Collection of original CVEX v1.0 from SecLab
4+
layout: directory
5+
weight: 50
6+
url: /directoryv1/
7+
---
8+
**CVEX v2.0** takes inspiration from past CVEXes created from the past years.
9+
Using a similar `exploiter` vs `recorder` model, we've further divided our CVEs into 3 main
10+
containers: `server`, `client`, and `listener` while also enabling `tcpdump` traffic files
11+
and stack traces to be stored in a user's local directory for better analysis of the exploit

content/directoryv2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "XPLOR CVEX Directory"
3+
layout: xplor_directory
4+
weight: 50
5+
url: /directoryv2/
6+
---
7+
**CVEX v2.0** was a collaborative effort

content/research.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Xplor CVEX
3+
description: Our Mission Statement
4+
layout: single
5+
draft: true
6+
url: /research/
7+
---

data/cvex_data/cvex_v1.json

Lines changed: 260 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,260 @@
1+
{
2+
"cvex_v1_directory" : [
3+
{
4+
"cveid": "CVE-2012-1823",
5+
"cvexid": "cvex-210825-001",
6+
"authors":["PriyankaBose"]
7+
},
8+
{
9+
"cveid": "CVE-2019-12725",
10+
"cvexid": "cvex-210825-003",
11+
"authors": ["degrigis", "pagabuc"]
12+
},
13+
{
14+
"cveid": "CVE-2019-16278",
15+
"cvexid": "cvex-210825-004",
16+
"authors":["nvmb3r"]
17+
},
18+
{
19+
"cveid": "CVE-2014-4511",
20+
"cvexid": "cvex-210825-006",
21+
"authors":["nvmb3r"]
22+
},
23+
{
24+
"cveid": "CVE-2018-16763",
25+
"cvexid": "cvex-210825-007",
26+
"authors":["nvmb3r"]
27+
},
28+
{
29+
"cveid": "CVE-2015-2208",
30+
"cvexid": "cvex-210825-008",
31+
"authors":["nvmb3r"]
32+
},
33+
{
34+
"cveid": "CVE-2017-1000486",
35+
"cvexid": "cvex-210825-009",
36+
"authors":["nvmb3r"]
37+
},
38+
{
39+
"cveid": "CVE-2019-16662",
40+
"cvexid": "cvex-210825-010",
41+
"authors":["fab1ano"]
42+
},
43+
{
44+
"cveid": "CVE-2019-16663",
45+
"cvexid": "cvex-210825-011",
46+
"authors":["fab1ano"]
47+
},
48+
{
49+
"cveid": "CVE-2020-25952",
50+
"cvexid": "cvex-210825-012",
51+
"authors":["fab1ano"]
52+
},
53+
{
54+
"cveid": "CVE-2020-35151",
55+
"cvexid": "cvex-210825-013",
56+
"authors":["fab1ano"]
57+
},
58+
{
59+
"cveid": "CVE-2011-0751",
60+
"cvexid": "cvex-210825-014",
61+
"authors":["9yte"]
62+
},
63+
{
64+
"cveid": "CVE-2017-5638",
65+
"cvexid": "cvex-210825-015",
66+
"authors":["9yte"]
67+
},
68+
{
69+
"cveid": "CVE-2016-3714",
70+
"cvexid": "cvex-210825-016",
71+
"authors":["Trevillie"]
72+
},{
73+
"cveid": "CVE-2019-14234",
74+
"cvexid": "cvex-210825-017",
75+
"authors":["Trevillie"]
76+
},
77+
{
78+
"cveid": "CVE-210825-018",
79+
"cvexid": "cvex-210825-018",
80+
"authors":["Trevillie"],
81+
"valid": false
82+
},
83+
{
84+
"cveid": "CVE-2017-12650",
85+
"cvexid": "cvex-210825-019",
86+
"authors":["robmcl4"]
87+
},
88+
{
89+
"cveid": "CVE-2015-1427",
90+
"cvexid": "cvex-210825-020",
91+
"authors":["xavierholt"]
92+
},
93+
{
94+
"cveid": "CVE-2018-16509",
95+
"cvexid": "cvex-210825-021",
96+
"authors":["xavierholt"]
97+
},
98+
{
99+
"cveid": "CVE-2018-19475",
100+
"cvexid": "cvex-210825-022",
101+
"authors":["xavierholt"]
102+
}
103+
,
104+
{
105+
"cveid": "CVE-2019-6116",
106+
"cvexid": "cvex-210825-023",
107+
"authors":["xavierholt"]
108+
},
109+
{
110+
"cveid": "CVE-2018-11776",
111+
"cvexid": "cvex-210825-024",
112+
"authors":["ruaronicola"]
113+
},
114+
{
115+
"cveid": "CVE-2019-15107",
116+
"cvexid": "cvex-210825-025",
117+
"authors":["dipanjan"]
118+
},
119+
{
120+
"cveid": "CVE-2019-9193",
121+
"cvexid": "cvex-210825-026",
122+
"authors":["xavierholt"]
123+
124+
},
125+
{
126+
"cveid":"CVE-2014-6271",
127+
"cvexid":"cvex-210825-027",
128+
"authors":["xavierholt"]
129+
},
130+
{
131+
"cveid":"CVE-2015-3306",
132+
"cvexid":"cvex-210825-028",
133+
"authors":["rjt-gupta"]
134+
},
135+
{
136+
"cveid":"CVE-2017-5941",
137+
"cvexid":"cvex-210825-029",
138+
"authors":["rjt-gupta"]
139+
},
140+
{
141+
"cveid":"CVE-2020-5192",
142+
"cvexid":"cvex-210825-030",
143+
"authors":["dipanjan"]
144+
},
145+
{
146+
"cveid":"CVE-2020-25487",
147+
"cvexid":"cvex-210825-031",
148+
"authors":["dipanjan"]
149+
},
150+
{
151+
"cveid":"CVE-2020-29283",
152+
"cvexid":"cvex-210825-032",
153+
"authors":["PriyankaBose"]
154+
},
155+
{
156+
"cveid":"CVE-2019-6340",
157+
"cvexid":"cvex-210825-033",
158+
"authors":["ruaronicola"]
159+
},
160+
{
161+
"cveid":"CVE-2017-17405",
162+
"cvexid":"cvex-210825-034",
163+
"authors":["Trevillie"]
164+
},
165+
{
166+
"cveid": "CVE-2018-8733",
167+
"cvexid": "cvex-210825-035",
168+
"authors": ["9yte"]
169+
},
170+
171+
172+
173+
{
174+
"cveid": "CVE-2018-7600",
175+
"cvexid": "cvex-210825-036",
176+
"authors": ["pagabuc"]
177+
},
178+
{
179+
"cveid": "CVE-2019-15715",
180+
"cvexid": "cvex-210825-037",
181+
"authors": ["gal1ium"]
182+
},
183+
{
184+
"cveid": "CVE-2018-17181",
185+
"cvexid": "cvex-210825-038",
186+
"authors": ["pagabuc", "f-kalantari"]
187+
},
188+
{
189+
"cveid": "CVE-2018-15143",
190+
"cvexid": "cvex-210825-039",
191+
"authors": ["pagabuc", "f-kalantari"]
192+
},
193+
{
194+
"cveid": "CVE-2018-15145",
195+
"cvexid": "cvex-210825-040",
196+
"authors": ["pagabuc", "f-kalantari"]
197+
},
198+
{
199+
"cveid": "CVE-2018-17179",
200+
"cvexid": "cvex-210825-041",
201+
"authors": ["pagabuc", "robmcl4"]
202+
},
203+
{
204+
"cveid": "CVE-2018-15144",
205+
"cvexid": "cvex-210825-042",
206+
"authors": ["pagabuc", "robmcl4"]
207+
},
208+
{
209+
"cveid": "CVE-2018-15146",
210+
"cvexid": "cvex-210825-043",
211+
"authors": ["pagabuc", "robmcl4"]
212+
},
213+
{
214+
"cveid": "CVE-2018-15147",
215+
"cvexid": "cvex-210825-044",
216+
"authors": ["pagabuc", "robmcl4"]
217+
},
218+
{
219+
"cveid": "CVE-2018-15148",
220+
"cvexid": "cvex-210825-045",
221+
"authors": ["pagabuc", "robmcl4"]
222+
},
223+
{
224+
"cveid": "CVE-2018-15149",
225+
"cvexid": "cvex-210825-046",
226+
"authors": ["pagabuc", "robmcl4"]
227+
},
228+
{
229+
"cveid": "CVE-2018-15151",
230+
"cvexid": "cvex-210825-047",
231+
"authors": ["pagabuc", "robmcl4"]
232+
},
233+
{
234+
"cveid": "CVE-2018-15150",
235+
"cvexid": "cvex-210825-048",
236+
"authors": ["pagabuc", "robmcl4"]
237+
},
238+
{
239+
"cveid": "CVE-2018-15153",
240+
"cvexid": "cvex-210825-049",
241+
"authors": ["pagabuc", "robmcl4"]
242+
},
243+
{
244+
"cveid": "CVE-2021-41773",
245+
"cvexid": "cvex-210825-050",
246+
"authors": ["etrickel"]
247+
},
248+
{
249+
"cveid": "CVE-2021-32305",
250+
"cvexid": "cvex-211021-001",
251+
"authors": ["pagabuc"]
252+
},
253+
{
254+
"cveid": "CVE-2019-10028",
255+
"cvexid": "cvex-211109-001",
256+
"authors": ["Zion L. Basque", "Paul Emge"]
257+
}
258+
]
259+
}
260+

0 commit comments

Comments
 (0)