Skip to content

Commit

Permalink
add projects
Browse files Browse the repository at this point in the history
  • Loading branch information
h3athen committed Nov 4, 2024
1 parent 0c5458f commit b424e2e
Show file tree
Hide file tree
Showing 19 changed files with 1,948 additions and 28 deletions.
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ disableTextInHeader = false
editAppendPath = true
seriesOpened = false
showHeadingAnchors = true
showPagination = true
showPagination = false
invertPagination = false
showReadingTime = true
showTableOfContents = true
Expand Down
64 changes: 64 additions & 0 deletions content/projects/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
title: "Projects"
showDate: false
showAuthor: false
showZenMode: false
showReadingTime: false
showTableOfContents: true
---

{{< lead >}}
Some of my projects that I've worked on
{{< /lead >}}

### Pwnage
A docker based binary exploitation setup
{{< github repo="h3athen/pwnage-docker" >}}

---

### Hades
System level threat hunting tool
{{< github repo="Threat-Olympus/hades" >}}

---

### Syslog-ebpf
Log live syscalls over linux using eBPF
{{< github repo="h3athen/syslog-ebpf" >}}

---

### Rrep
A simple grep implementation in rust
{{< github repo="0xlilith/rrep" >}}

---

### RAMP
A super fast port scanner in rust
{{< github repo="6Sixty6/ramp" >}}

---

### Rusty-Chan
Discord bot written in rust
{{< github repo="0xlilith/rusty-chan" >}}

---

### Seek-TF
A CTFtime helper cli tool
{{< github repo="SacredShell/seektf" >}}

---

### gosafe
Cli tool to store passwords locally
{{< github repo="0xlilith/gosafe" >}}

---

### Stivale2
A bare bone kernel implementation
{{< github repo="0xlilith/stivale-two" >}}
4 changes: 2 additions & 2 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@



<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="/projects/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-base font-medium" title="">
Projects
Expand Down Expand Up @@ -411,7 +411,7 @@


<li class="mt-1">
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="/projects/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-bg font-bg" title="">
Projects
Expand Down
4 changes: 2 additions & 2 deletions public/authors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@



<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="/projects/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-base font-medium" title="">
Projects
Expand Down Expand Up @@ -413,7 +413,7 @@


<li class="mt-1">
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="/projects/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-bg font-bg" title="">
Projects
Expand Down
4 changes: 2 additions & 2 deletions public/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@



<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="/projects/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-base font-medium" title="">
Projects
Expand Down Expand Up @@ -413,7 +413,7 @@


<li class="mt-1">
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="/projects/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-bg font-bg" title="">
Projects
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@



<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="/projects/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-base font-medium" title="">
Projects
Expand Down Expand Up @@ -432,7 +432,7 @@


<li class="mt-1">
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="/projects/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-bg font-bg" title="">
Projects
Expand Down
2 changes: 1 addition & 1 deletion public/index.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/a-plunge-into-lower-level/featured.jpg" />
</item>

<item>
<title>Projects</title>
<link>http://localhost:1313/projects/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<author>[email protected] (Aryan Gurung)</author>
<guid>http://localhost:1313/projects/</guid>
<description></description>

</item>

<item>
<title>Resources</title>
<link>http://localhost:1313/resources/</link>
Expand Down
6 changes: 2 additions & 4 deletions public/posts/a-plunge-into-lower-level/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@



<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="/projects/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-base font-medium" title="">
Projects
Expand Down Expand Up @@ -445,7 +445,7 @@


<li class="mt-1">
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="/projects/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-bg font-bg" title="">
Projects
Expand Down Expand Up @@ -1347,8 +1347,6 @@ <h2 class="relative group">Additional Resources
<footer class="pt-8 max-w-prose print:hidden">






</footer>
Expand Down
4 changes: 2 additions & 2 deletions public/posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@



<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="/projects/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-base font-medium" title="">
Projects
Expand Down Expand Up @@ -413,7 +413,7 @@


<li class="mt-1">
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="/projects/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-bg font-bg" title="">
Projects
Expand Down
Loading

0 comments on commit b424e2e

Please sign in to comment.