Skip to content

Commit b7215a0

Browse files
committed
Adding API endpoint to work with pwnfuzz.com
1 parent bf26670 commit b7215a0

File tree

26 files changed

+104
-72
lines changed

26 files changed

+104
-72
lines changed

assets/css/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ pre[style*="background-color"] {
1717
font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
1818
font-size: 1em;
1919
}
20+

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ theme = 'mainroad'
4646

4747
# Override font-family sets
4848
# Take care of different quotes OR escaping symbols in these params if necessary
49-
fontFamilyPrimary = "'Open Sans', Helvetica, Arial, sans-serif"
49+
fontFamilyPrimary = "'Google Sans', 'Product Sans', 'Inter', sans-serif"
5050
# Secondary font-family set responsible for pre, code, kbd, and samp tags font
5151
fontFamilySecondary = "SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
5252

hugo_stats.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@
77
"blockquote",
88
"body",
99
"button",
10-
"circle",
1110
"code",
1211
"div",
1312
"em",
1413
"footer",
1514
"form",
16-
"g",
1715
"h1",
1816
"h2",
1917
"h3",
@@ -26,7 +24,6 @@
2624
"img",
2725
"input",
2826
"li",
29-
"line",
3027
"link",
3128
"main",
3229
"meta",
@@ -37,7 +34,6 @@
3734
"script",
3835
"span",
3936
"strong",
40-
"style",
4137
"svg",
4238
"time",
4339
"title",
@@ -105,7 +101,6 @@
105101
"meta__item-datetime",
106102
"meta__link",
107103
"meta__text",
108-
"moon-icon",
109104
"no-js",
110105
"pager",
111106
"pager__item",
@@ -130,7 +125,6 @@
130125
"primary",
131126
"reading-time",
132127
"sidebar",
133-
"sun-icon",
134128
"tags",
135129
"tags__badge",
136130
"tags__item",
@@ -141,7 +135,6 @@
141135
"terms__item",
142136
"terms__link",
143137
"terms__name",
144-
"theme-toggle",
145138
"toc",
146139
"toc__menu",
147140
"toc__title",
@@ -186,7 +179,6 @@
186179
"overview",
187180
"patch",
188181
"references",
189-
"theme-toggle",
190182
"theoretical-exploitation-setup-issues-preventing-full-rce",
191183
"triggering-the-vulnerability-understanding-the-flaw",
192184
"uncovering-the-importxml-vulnerability",

public/404.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
<meta name="description" content="">
99
<meta property="og:url" content="http://localhost:1313/404.html">
1010
<meta property="og:title" content="404 Page not found">
11-
<meta property="og:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
11+
<meta property="og:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
1212
<meta property="og:locale" content="en_us">
1313
<meta property="og:type" content="website">
1414

1515

1616
<meta itemprop="name" content="404 Page not found">
17-
<meta itemprop="description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
17+
<meta itemprop="description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
1818

1919
<meta name="twitter:card" content="summary">
2020
<meta name="twitter:title" content="404 Page not found">
21-
<meta name="twitter:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
21+
<meta name="twitter:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
2222

2323
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2424
<link rel="dns-prefetch" href="//fonts.googleapis.com">

public/categories/cve-analysis/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
<meta name="description" content="">
99
<meta property="og:url" content="http://localhost:1313/categories/cve-analysis/">
1010
<meta property="og:title" content="CVE Analysis">
11-
<meta property="og:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
11+
<meta property="og:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
1212
<meta property="og:locale" content="en_us">
1313
<meta property="og:type" content="website">
1414

1515

1616
<meta itemprop="name" content="CVE Analysis">
17-
<meta itemprop="description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
17+
<meta itemprop="description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
1818
<meta itemprop="datePublished" content="2025-03-30T00:00:00+00:00">
1919
<meta itemprop="dateModified" content="2025-03-30T00:00:00+00:00">
2020

2121
<meta name="twitter:card" content="summary">
2222
<meta name="twitter:title" content="CVE Analysis">
23-
<meta name="twitter:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
23+
<meta name="twitter:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
2424

2525
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2626
<link rel="dns-prefetch" href="//fonts.googleapis.com">

public/categories/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
<meta name="description" content="">
99
<meta property="og:url" content="http://localhost:1313/categories/">
1010
<meta property="og:title" content="Categories">
11-
<meta property="og:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
11+
<meta property="og:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
1212
<meta property="og:locale" content="en_us">
1313
<meta property="og:type" content="website">
1414

1515

1616
<meta itemprop="name" content="Categories">
17-
<meta itemprop="description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
17+
<meta itemprop="description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
1818
<meta itemprop="datePublished" content="2025-03-30T00:00:00+00:00">
1919
<meta itemprop="dateModified" content="2025-03-30T00:00:00+00:00">
2020

2121
<meta name="twitter:card" content="summary">
2222
<meta name="twitter:title" content="Categories">
23-
<meta name="twitter:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
23+
<meta name="twitter:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
2424

2525
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2626
<link rel="dns-prefetch" href="//fonts.googleapis.com">

public/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&display=swap');
12
*,
23
*::before,
34
*::after {
@@ -43,7 +44,7 @@ html {
4344

4445
body {
4546
margin: 0;
46-
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
47+
font-family: 'Google Sans', 'Product Sans', 'Inter', sans-serif;
4748
font-size: 14px;
4849
font-size: .875rem;
4950
line-height: 1.6;

public/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title></title>
88
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
9-
<meta name="description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
9+
<meta name="description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
1010
<meta property="og:url" content="http://localhost:1313/">
11-
<meta property="og:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
11+
<meta property="og:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
1212
<meta property="og:locale" content="en_us">
1313
<meta property="og:type" content="website">
1414

1515

16-
<meta itemprop="description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
16+
<meta itemprop="description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
1717
<meta itemprop="datePublished" content="2025-03-30T00:00:00+00:00">
1818
<meta itemprop="dateModified" content="2025-03-30T00:00:00+00:00">
1919

2020
<meta name="twitter:card" content="summary">
21-
<meta name="twitter:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
21+
<meta name="twitter:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
2222

2323
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2424
<link rel="dns-prefetch" href="//fonts.googleapis.com">

public/posts/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
<meta name="description" content="">
99
<meta property="og:url" content="http://localhost:1313/posts/">
1010
<meta property="og:title" content="Posts">
11-
<meta property="og:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
11+
<meta property="og:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
1212
<meta property="og:locale" content="en_us">
1313
<meta property="og:type" content="website">
1414

1515

1616
<meta itemprop="name" content="Posts">
17-
<meta itemprop="description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
17+
<meta itemprop="description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
1818
<meta itemprop="datePublished" content="2025-03-30T00:00:00+00:00">
1919
<meta itemprop="dateModified" content="2025-03-30T00:00:00+00:00">
2020

2121
<meta name="twitter:card" content="summary">
2222
<meta name="twitter:title" content="Posts">
23-
<meta name="twitter:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
23+
<meta name="twitter:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
2424

2525
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2626
<link rel="dns-prefetch" href="//fonts.googleapis.com">

public/tags/.net/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
<meta name="description" content="">
99
<meta property="og:url" content="http://localhost:1313/tags/.net/">
1010
<meta property="og:title" content=".NET">
11-
<meta property="og:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
11+
<meta property="og:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
1212
<meta property="og:locale" content="en_us">
1313
<meta property="og:type" content="website">
1414

1515

1616
<meta itemprop="name" content=".NET">
17-
<meta itemprop="description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
17+
<meta itemprop="description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
1818
<meta itemprop="datePublished" content="2024-11-24T00:00:00+00:00">
1919
<meta itemprop="dateModified" content="2024-11-24T00:00:00+00:00">
2020

2121
<meta name="twitter:card" content="summary">
2222
<meta name="twitter:title" content=".NET">
23-
<meta name="twitter:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering">
23+
<meta name="twitter:description" content="Pwnfuzz - Exploring the world of fuzzing, binary exploitation, and exploit engineering!">
2424

2525
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2626
<link rel="dns-prefetch" href="//fonts.googleapis.com">

0 commit comments

Comments
 (0)