Category

Select a category of project to view.

Animations


Starred Cyber All Visualizations Games Websites Tools

Space Garbage

December 2018. A combination of space invaders and asteroids. Made in 7 hours for Github's Local Hack Day and Ludum Dare 43.

Coredump Viewer

January 2022. Hosted TUI to easily view collected remote core dumps from several fuzzer workers and decide if I want to keep, trash, rename, or open them in integrated gdb.

Interactive TCP Proxy

January 2021. Work in progress TCP/UDP configurable proxy with support for real time analysis as well as "packet" injection and modification for arbitrary protocols

Four Hour Tower Defense

April 2018. A command line controlled tower defense game made in about 4 hours for Ludum Dare 41, theme "Combine two incompatible genres."

Mortal Wombat

February 2017. A fighting game made for FBLA 2017 with art assets made by a friend.

Monitor Scripts

August 2022. Install script and monitoring script for adding machines to my monitoring service

Monitor Workers

August 2022. Cloudflare worker backend scripts that handle receiving and storing data, exposing data to the frontend, and alerting on machine up/down for my monitoring service

Monitor Frontend

November 2022. Frontend for my endpoint health monitoring services

Burster Shell

October 2023. A shell that allows you to spawn children of arbitrary target processes

Factowery

October 2021. Simple yet interesting factory automation and tower defense game. Made in 12 hours for Ludum Dare 49.

Mcall Pack

April 2021. Packer that packs existing binaries into one multicall binary with LZ4 compression support.

Service Dashboard

August 2020. Web application that regularly reaches out to a configurable list of endpoints to check if they are up and shows their statuses on a web page

Backdoor Entry Node

May 2022. Nodejs based cross platform backdoor implant that can run commands from a google sheet and report back, or open a reverse shell to a given host

Uno Counter

September 2018. A quick and dirty tool for attempting to count cards in an Uno deck.

Stack Tracer

October 2023. Debugger utility that uses ptrace to catch child process crashes and unwinds the stack and prints a trace matching return addresses to ELF function symbols

RuneShift

April 2016. An updated version of a strategy game made in 72 hours for Ludum Dare 35, theme "shapeshift."

Discord Infector

January 2020. Allows you to modify some of Discord's data files on Windows to run arbitrary code every time Discord is launched.

Block Drop

April 2017. Clicking game made in 4 hours for Ludum Dare 38, theme "A Small World."

Git Scrub

May 2022. A web based tool for scrubbing secrets from git repositories that runs BFG on the backend and returns users a zip of the bare git repository for them to force push back over.

Eight ByteMap

October 2017. Represent an 8 byte value as a cool pattern.

Space Stegfuscator

October 2019. Obfuscate and steg invisible Javascript in the whitespace at the end of the lines of an existing file.

Flower Farmer

January 2023. A plant flower genetics breeding game made in 48 Hours for Ludum Dare 52, theme "Harvest".

Clickjack Helper

May 2019. A demo and utility for setting up a stealthy clickjacking website.

Astar Javascript

December 2018. Astar pathfinding animation through a randomized maze.

Color Brusher

March 2019. Random slowly changing colors squirming around the screen to create cool patterns.

SSH Coyote Local

June 2019. Docker container to run on a host in a secure network that allows ssh out to connect to an SSH Coyote Cloud instance and allow traffic into the network.

SSH Coyote Cloud

June 2019. Docker container to run in the cloud to host an OpenVPN server and SSH server to tunnel traffic into a secure network through the cloud.

Bash.org Quote Reader

October 2019. A pretty questionable random quote reader/saver for bash.org slapped together in a few minutes.

GBA Online

February 2018. Wraps a login and serverside save storage system around an open source Javascript Game Boy Advanced Emulator.

SSH Prober

March 2019. Actively probe machines over SSH to see if configured conditions are met.

Botnet Site

September 2019. A custom website usable as a command and control server for a web based botnet where communication is done through user private messages.

Zoom Zapper

April 2020. A chrome extension that redirects all Zoom join links to the web client, never allowing an attempt at launching the desktop app, lowering risk.

Boat Racer Extreme

July 2020. Spigot plugin for a Minecraft boat racing minigame.

Turb0 Games

December 2021. A a collection of code and ci/cd config to build and deploy static game site to games.turb0.one

Static Maker

October 2018. Generate random static with color based on configurable inputs.

Lawnmower

July 2019. Simple collection/upgrade game made using HTML5 and Javascript.

Telnet Byte Macros

August 2021. Implement a subset of telnet including a byte macro feature supporting client wrapper and a server.

Graveyard Gathering

October 2015. A Halloween themed clicker aesthetic game inspired by the moon being pretty in the morning.

Block Ninja

April 2023. Questionable "Fruit Ninja" clone made in an hour (challenge)

Clipboard Watcher

October 2019. Powershell script and Google Appscript backend that actively watches the victim's clipboard and writes it back to a Google Sheet every time it changes.

Rainbow Background

October 2019. Color changing rainbow animated bars cycling color over the passing of a minute.

Minecraft Global Discord

July 2020. A discord bot for finding and discovering open Minecraft servers on the internet.

Color Switcher

November 2019. Basic color switcher game made in an hour.

Auto HyperV

May 2020. Automatically deploy, backup, and remove VMs on a remote Windows HyperV host over SSH.

Astar Java

December 2018. Implements an astar pathfinding algorithm in Java and find paths through randomly generated mazes.

Git Sync

April 2021. Script to sync repos from gitlab to github.