-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
1,948 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.