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 existing network engineers/programmers interested in utilizing XDP or anybody interested in getting into those fields! (D)DoS mitigation/prevention is such an important part of Cyber Security and understanding the concept of networking and packet flow on a low-medium level would certainly help those who are pursuing a career in the field :)
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.
Layer 3/4 packet forwarding software that utilizes the Linux kernel's XDP hook. The XDP hook allows for very fast network processing on Linux systems. Uses source port mapping similar to IPTables and NFTables.
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 simple DPDK application that calculates stats for dropped and forwarded packets depending on the command line.
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.
A Go application that outputs prefixes to a text file and supports ASN lookups.
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 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 GitHub action to install the DPDK from source inside a GitHub workflow.
An application that interacts with a Fitbit API and has options to send external notifications depending on what a person's heart rate is.
A program imported from GFL's GitLab. It simply sends a UDP spoofed packet to a destination.
An old website I made in 2014 while I was in High School! My first advanced project for PHP/MySQL.
Gamecom.io - Find the best game, community, mod, or servers for you! Data retrieved from @modcommunity.
Tests I've done using C => Assembly. Basically testing performance for code I've made.
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.
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