A firewall that utilizes the Linux kernel's XDP hook. The XDP hook allows for very fast network processing on Linux systems. This is great for dropping malicious traffic from a (D)DoS attack. IPv6 is supported with this firewall! I hope this helps network engineers/programmers interested in utilizing XDP!
A stateless, high-performance NAT-like proxy that attaches to the XDP hook in the Linux kernel using (e)BPF for fast packet processing. This proxy forwards packets based on configurable rules and performs source-port mapping, similar to IPTables and NFTables.
A GitHub Follow Bot that utilizes Django's web framework and Python. The bot comes with many features, but please use at your own risk. The bot was made for educational purposes.
Program examples utilizing the DPDK. The DPDK is a kernel-bypass network library that allows for very fast network packet processing. This is great for (D)DoS mitigation and low-latency packet inspection, manipulation, and forwarding.
A pen-test/DoS tool that can be used to send single or multiple packets in sequences with a lot of packet customization.
A personal tool using Python's Scrapy framework to scrape Best Buy's product pages for RTX 3080 TIs and notify if available/not sold out.
A repository that includes common helper functions for writing applications in the DPDK. I will be using this for my future projects in the DPDK.
My website portfolio that utilizes Astro, React, TypeScript, and Tailwind CSS.
A simple DPDK application that calculates stats for dropped and forwarded packets depending on the command line.
A Go application that outputs prefixes to a text file and supports ASN lookups.
A Python project that extracts data from websites with the option to process the data through @openai's ChatGPT API. The results are either printed to stdout or sent via a POST request.
A repository that stores results from converting C code to Assembly. I use this repository to analyze performance with my C code.
Deaconn's (now TekWorks) website as of 2-12-24 using Create T3 App which includes TypeScript, Next, React, tRPC, Prisma, and Tailwind CSS.
A program imported from GFL's GitLab. It simply sends a UDP spoofed packet to a destination.
A GitHub action to install the DPDK from source inside a GitHub workflow.
An old website I made in 2014 while I was in High School! My first advanced project for PHP/MySQL.
An application that interacts with a Fitbit API and has options to send external notifications depending on what a person's heart rate is.
Gamecom.io - Find the best game, community, mod, or servers for you! Data retrieved from @modcommunity.
A small project I made for the game Rust that contains plugins I've made for Oxide. Imported from GFL's GitLab server.
TC programs made for wrapping and unwrapping marked FOU-encapped packets. Being used for Compressor V2
A @github Action that updates the contents of the first post of a @discourse forum topic with the contents of a file in the caller's repository.
This is a small game made with @godotengine that showcases a simple settings menu where a user can set the screen width, height, and mode. The settings are saved to a JSON file on the file system.
A simple Discord alarm bot that alerts a user in a channel (with the option for snoozes and more!)