Skip to content

Commit 5bcf761

Browse files
committed
Refactor authorbox settings and add new 1Day Breakdowns section. Updated author names for consistency and modified navigation links across various pages to point to the new section. Removed unused authorbox classes from styles.
1 parent b7215a0 commit 5bcf761

File tree

42 files changed

+486
-144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+486
-144
lines changed

config/_default/params.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Theme parameters
2+
[Params]
3+
authorbox = false
24
[style]
35
vars = {}
46

@@ -16,7 +18,7 @@
1618

1719
# Author settings
1820
[Author]
19-
name = "D4mianwayne"
21+
name = "D4mianWayne"
2022
bio = "Vulnerability Researcher, Exploit Developer"
2123
avatar = "/img/profile-placeholder.jpg"
2224

content/1day-breakdowns/.gitkeep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

content/1day-breakdowns/example.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Example 1Day Breakdown"
3+
subtitle: "Sample Subtitle"
4+
date: 2024-06-01
5+
author: "YourName"
6+
tags: ["1day", "example"]
7+
categories: ["1Day Breakdown"]
8+
authorbox: true
9+
pager: true
10+
toc: true
11+
sidebar: "right"
12+
layout: "single"
13+
showTableOfContents: true
14+
---
15+
16+
This is an example 1Day Breakdown post. Replace this content with your own breakdown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "CVE 2024-4040 - CrushFTP Server-Side Template Injection Vulnerability Analysis"
33
subtitle: "Write-Up"
44
date: 2024-05-09
5-
author: "D4mianwayne"
5+
author: "D4mianWayne"
66
tags: ["cve-2024-4040", "Java", "SSTI", "RCE"]
77
categories: ["CVE Analysis"]
88
authorbox: true # Enable authorbox for specific page

content/posts/crushftp-cve-2025-2825/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "CVE 2025-2825 - CrushFTP Authentication Bypass Analysis"
33
subtitle: "Write-Up"
44
date: 2025-03-30
5-
author: "D4mianwayne"
5+
author: "D4mianWayne"
66
tags: ["CVE-2025-2825", "Java", "auth-bypass", "logic-flaw"]
77
authorbox: true # Enable authorbox for specific page
88
pager: true # Enable pager navigation (prev/next) for specific page

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Exploring Recent CVEs in HPE Insight Remote Support"
33
subtitle: "Write-Up"
44
date: 2025-01-08
5-
author: "D4mianwayne"
5+
author: "D4mianWayne"
66
tags: ["CVE-2024-53676", "CVE-2024-53675" , "Java", "XXE", "RCE", "Path Traversal"]
77
categories: ["CVE Analysis"]
88
authorbox: true # Enable authorbox for specific page

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "CVE 2024-37397 - Ivanti Endpoint Manager XXE Vulnerability"
33
subtitle: "Write-Up"
44
date: 2024-11-24
5-
author: "D4mianwayne"
5+
author: "D4mianWayne"
66
tags: ["CVE-2024-37297", ".NET", "OOB-XXE", "XXE"]
77
categories: ["CVE Analysis"]
88
authorbox: true # Enable authorbox for specific page

hugo.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ theme = 'mainroad'
3636
opengraph = true # Enable OpenGraph if true
3737
schema = true # Enable Schema
3838
twitter_cards = true # Enable Twitter Cards if true
39-
authorbox = true # Show authorbox at bottom of pages if true
39+
authorbox = false # Show authorbox at bottom of pages if true
4040
toc = true # Enable Table of Contents
4141
pager = true # Show pager navigation (prev/next links) at the bottom of pages if true
4242
post_meta = ["author", "date", "categories", "translations"] # Order of post meta information
@@ -68,12 +68,17 @@ theme = 'mainroad'
6868
url = "/"
6969
weight = 1
7070
[[menu.main]]
71-
identifier = "about"
72-
name = "About"
73-
url = "/about/"
71+
identifier = "1day-breakdowns"
72+
name = "1Day Breakdowns"
73+
url = "/1day-breakdowns/"
7474
weight = 2
7575
[[menu.main]]
7676
identifier = "tags"
7777
name = "Tags"
7878
url = "/tags/"
7979
weight = 3
80+
[[menu.main]]
81+
identifier = "about"
82+
name = "About"
83+
url = "/about/"
84+
weight = 4

hugo_stats.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
"ul"
4141
],
4242
"classes": [
43-
"authorbox",
44-
"authorbox__warning",
4543
"body",
4644
"btn",
4745
"clearfix",

layouts/1day-breakdowns/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "1Day Breakdowns"
3+
description: "A collection of 1-day vulnerability breakdowns, exploits, and technical deep-dives."
4+
---
5+
6+
Welcome to the 1Day Breakdowns section! Here you'll find detailed write-ups and technical analyses of recent 1-day vulnerabilities and their exploitation.

0 commit comments

Comments
 (0)