Skip to content

Commit cdd721c

Browse files
committed
Add SokolToy, remove IPwnd
1 parent 316e4de commit cdd721c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

public/IPwnd.ogv

-16.3 MB
Binary file not shown.

src/pages/projects.astro

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ import Card from '../components/Card.astro';
1414
></Card>
1515
</ul>
1616
<ul role="list" class="link-card-grid">
17+
<Card
18+
href="https://github.com/tf2spi/sokoltoy.git"
19+
title="SokolToy"
20+
body="Toy projects with Sokol"
21+
></Card>
22+
</ul>
23+
<ul role="list" class="link-card-grid">
1724
<Card
1825
href="https://github.com/tf2spi/dumpshell.git"
1926
title="Dumpshell"
@@ -34,13 +41,6 @@ import Card from '../components/Card.astro';
3441
body="Using DotLocal Debugging on Windows for Automating DLL Hooks"
3542
></Card>
3643
</ul>
37-
<ul role="list" class="link-card-grid">
38-
<Card
39-
href="/percentn/IPwnd.ogv"
40-
title="IPwnd"
41-
body="Zero-touch, zero-click PoC for popping a reverse shell on iPhone 15!"
42-
></Card>
43-
</ul>
4444
</main>
4545
</Layout>
4646

0 commit comments

Comments
 (0)