Skip to content

Commit 56752f4

Browse files
committed
Adding frontmatter to the posts
1 parent 59fea59 commit 56752f4

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ showReadingTime = true
1313
# Header configuration
1414
[header]
1515
logo = "img/logo.png" # Add your logo here
16-
logoText = "Pwn1fuzz"
16+
logoText = "PwnFuzz"
1717
logoTitle = "Pwnfuzz - Security Research"
1818

1919
# Content settings

content/posts/crushftp-cve-2024-4040/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ date: 2024-05-09
55
author: "D4mianwayne"
66
tags: ["cve-2024-4040", "Java", "SSTI", "RCE"]
77
categories: ["CVE Analysis"]
8+
authorbox: true # Enable authorbox for specific page
9+
pager: true # Enable pager navigation (prev/next) for specific page
10+
toc: true # Enable Table of Contents for specific page
11+
mathjax: true # Enable MathJax for specific page
12+
sidebar: "right" # Enable sidebar (on the right side) per page
13+
categories: ["CVE Analysis"]
814
layout: "single"
915
showTableOfContents: true
1016
---

content/posts/hpe-irs-cve-deep-dive/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ date: 2025-01-08
55
author: "D4mianwayne"
66
tags: ["CVE-2024-53676", "CVE-2024-53675" , "Java", "XXE", "RCE", "Path Traversal"]
77
categories: ["CVE Analysis"]
8+
authorbox: true # Enable authorbox for specific page
9+
pager: true # Enable pager navigation (prev/next) for specific page
10+
toc: true # Enable Table of Contents for specific page
11+
mathjax: true # Enable MathJax for specific page
12+
sidebar: "right" # Enable sidebar (on the right side) per page
13+
categories: ["CVE Analysis"]
814
layout: "single"
915
showTableOfContents: true
1016
---

content/posts/ivanti-endpoint-manager-xxe-cve-2024-37397/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ date: 2024-11-24
55
author: "D4mianwayne"
66
tags: ["CVE-2024-37297", ".NET", "OOB-XXE", "XXE"]
77
categories: ["CVE Analysis"]
8+
authorbox: true # Enable authorbox for specific page
9+
pager: true # Enable pager navigation (prev/next) for specific page
10+
toc: true # Enable Table of Contents for specific page
11+
mathjax: true # Enable MathJax for specific page
12+
sidebar: "right" # Enable sidebar (on the right side) per page
13+
categories: ["CVE Analysis"]
814
layout: "single"
915
showTableOfContents: true
1016
---

0 commit comments

Comments
 (0)