Skip to content

Commit 204097e

Browse files
author
GitHub Actions
committed
Deploy gabe-k/website to gabe-k/website:gh-pages
0 parents  commit 204097e

20 files changed

+409
-0
lines changed

24h2-nt-exploit/image1.png

503 KB
Loading

24h2-nt-exploit/image2.png

130 KB
Loading

24h2-nt-exploit/image3.png

545 KB
Loading

24h2-nt-exploit/image4.png

57.3 KB
Loading

24h2-nt-exploit/image5.png

473 KB
Loading

24h2-nt-exploit/image6.png

571 KB
Loading

24h2-nt-exploit/image7.png

146 KB
Loading

24h2-nt-exploit/image8.png

21 KB
Loading

24h2-nt-exploit/index.html

Lines changed: 133 additions & 0 deletions
Large diffs are not rendered by default.

404.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!doctype html>
2+
<title>404 Not Found</title>
3+
<h1>404 Not Found</h1>

CNAME

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

bg.jpg

118 KB
Loading

cb.svg

Lines changed: 12 additions & 0 deletions
Loading

index.html

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1.0, maximum-scale=1"
8+
/>
9+
<link rel="stylesheet" href="/main.css" />
10+
<title> exploits.forsale </title>
11+
</head>
12+
13+
<body class="alt bg">
14+
15+
16+
<header>
17+
<nav><img src="/logo.svg" class="logo"/></nav>
18+
</header>
19+
<br/><br/>
20+
<section class="links">
21+
22+
<a href="&#x2F;24h2-nt-exploit&#x2F;">
23+
<div>
24+
<h3>Exploiting the NT Kernel in 24H2: New Bugs in Old Code &amp; Side Channels Against KASLR ›<h3>
25+
<date>2024-04-26</date>
26+
</div>
27+
</a>
28+
29+
<a href="&#x2F;themebleed&#x2F;">
30+
<div>
31+
<h3>CVE-2023-38146: Arbitrary Code Execution via Windows Themes ›<h3>
32+
<date>2023-09-13</date>
33+
</div>
34+
</a>
35+
36+
</section>
37+
38+
<br>
39+
<h3 style="width: 100%; text-align: center; color: white;"><em>Leaders in Cyber Lethality</em></h3>
40+
<br>
41+
42+
<a class="alert" href="/responsibility">
43+
<footer>
44+
Annual Transparency & Responsibility Report – Read The Report That Highlights The Safeguards Against Misuse of Our Technology, And Outlines Internal Governance and Compliance Processes
45+
</footer>
46+
</a>
47+
48+
</body>
49+
</html>

logo.svg

Lines changed: 12 additions & 0 deletions
Loading

main.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Disallow:
3+
Allow: /
4+
Sitemap: https://exploits.forsale/sitemap.xml

rt.svg

Lines changed: 12 additions & 0 deletions
Loading

sitemap.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://exploits.forsale/</loc>
5+
</url>
6+
<url>
7+
<loc>https://exploits.forsale/24h2-nt-exploit/</loc>
8+
<lastmod>2024-04-26</lastmod>
9+
</url>
10+
<url>
11+
<loc>https://exploits.forsale/themebleed/</loc>
12+
<lastmod>2023-09-13</lastmod>
13+
</url>
14+
</urlset>

0 commit comments

Comments
 (0)