gamemann
Software/network engineer and developer with a love for open source! @deaconn-net @modcommunity @bestmods @bestserversio
@deaconn-netMullica Hill, New Jersey, US
Pinned Repositories
bestmods
An open source website that allows users to browse mods in gaming from many sources on the Internet! Made by @gamemann!
steam-link-with-raspberry-pi-setup
A full guide on how to setup Steam Link software on a Raspberry Pi 4 Model B with Buster Lite OS (10) and streaming at 120FPS. Made by @gamemann!
BestBuy-Parser
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.
gamemann
My GitHub profile ReadMe.
GitHub-Follow-Bot
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.
Packet-Sequence
A pen-test/DoS tool that can be used to send single or multiple packets in sequences with a lot of packet customization.
The-DPDK-Examples
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.
XDP-Firewall
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!
XDP-Forwarding
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.
PB-AF-XDP
An application that utilizes fast AF_XDP Linux sockets to generate and send network packets. Used for penetration testing including Denial of Service (DoS) and network monitoring. Made by @gamemann!
gamemann's Repositories
gamemann/UDP-Spoof
A program imported from GFL's GitLab. It simply sends a UDP spoofed packet to a destination.
gamemann/-GMod-Purge-Timer
The timer needed for Garry's Mod Purge servers.
gamemann/Bootstrap-Testing-Website
A Bootstrap testing website.
gamemann/Hard-Link-Files
A small C++ application I made in 2016. Imported to GitHub from GFL's Gitlab server.
gamemann/Simple-Discord-Bot
A simple Discord bot imported from GFL's Gitlab. This was made using Java.
gamemann/Compressor-V2-FOU-Wrap-Unwrapper
TC programs made for wrapping and unwrapping marked FOU-encapped packets. Being used for Compressor V2
gamemann/CSGO_ZeusToggle
Toggle whether or not a client should spawn with a Zeus in CS:GO.
gamemann/Simple-Java-MySQL-Wrapper
A simple Java MySQL wrapper imported from GFL's Gitlab.
gamemann/-GMod-Server-Hop
A server hop addon for Garry's Mod
gamemann/All_PropHealth
Set prop's health. Advanced configuration and more to come!
gamemann/CS-Unlimited-Ammo
CS Unlimited Ammo imported from GFL's Gitlab server.
gamemann/CS_MapSpawnsChecker
Checks for the amount of player spawns a map has. If it is below a limit, further actions can be done.
gamemann/Discord-OnConnect
A quick plugin I wrote in SourceMod to open MOTD window on player connect.
gamemann/GFLPublic-SourceMod
GFL's public SourceMod plugins.
gamemann/GModPropSpamProtection
Deletes penetrating props when the servers lags. Therefore, should prevent prop spammers.
gamemann/IPIP-Forward
Simple IPIP Forwarding program made with AF_PACKET sockets.
gamemann/Continuous-A2S_INFO-Requests
A small C program imported from GFL's GitLab. This continuously sends A2S_INFO requests using cooked Linux sockets.
gamemann/CS_TimeLimitEnforcer
Enforces a time limit on endless round servers.
gamemann/CSGO_ZRBurnSlowDown
Slow burning zombies down in Zombie Reloaded on CS:GO.
gamemann/GMod---Roy-s-Spawn-Protection
GMod spawn protection addon imported from GFL's GitLab server.
gamemann/Go-Web-Attack-Log-Simulation
A basic Go program imported from GFL's Gitlab. This simply simulates a web attack via logs.
gamemann/Simple-GMod-Discord-Relay
A simple GMod lua addon imported from GFL's Gitlab.
gamemann/TCP-App-With-Encryption
A client and server project that encrypts and decrypts messages. The client is programmed in C using the Libsodium library and the server is programmed in Elixir using ErLang's crypto module.
gamemann/Website-1
A website I made while learning jQuery animation. Uses BootStrap, jQuery, HTML, CSS, and PHP.
gamemann/Rust-User-Management
GFL's Rust User Management plugin imported from lab.gflclan.com.
gamemann/UDP-Sender
A C program I made for sending UDP packets. Comes with a few useful features.
gamemann/SM-MySQL
GFL's SourceMod MySQL plugin.
gamemann/IPIP-Direct-XDP-TX-Not-Supported-
An XDP program I attempted to make, but didn't work out because XDP doesn't support outgoing/TX packets. I am releasing the code anyways just in case XDP starts supporting TX path/outgoing packets.