mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-15 22:14:28 -04:00
restore YAML frontmatter
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
export const frontmatter = {
|
||||
title: "Finding Candidates for Subdomain Takeovers",
|
||||
date: "2019-03-10 11:19:48-0400",
|
||||
description:
|
||||
"A subdomain takeover occurs when a subdomain points to a shared hosting account that is abandoned by its owner, leaving the endpoint available to claim for yourself.",
|
||||
tags: ["Pentesting", "Infosec", "Subdomain Takeover", "Bug Bounty", "Tutorial"],
|
||||
image: "hackerone-2.png",
|
||||
};
|
||||
---
|
||||
title: Finding Candidates for Subdomain Takeovers
|
||||
date: "2019-03-10 11:19:48-0400"
|
||||
description: >-
|
||||
A subdomain takeover occurs when a subdomain points to a shared hosting
|
||||
account that is abandoned by its owner, leaving the endpoint available to
|
||||
claim for yourself.
|
||||
tags:
|
||||
- Pentesting
|
||||
- Infosec
|
||||
- Subdomain Takeover
|
||||
- Bug Bounty
|
||||
- Tutorial
|
||||
image: ./hackerone-2.png
|
||||
---
|
||||
|
||||
A **subdomain takeover** occurs when a subdomain (like _example_.jarv.is) points to a shared hosting account that is abandoned by its owner, leaving the endpoint available to claim for yourself.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user