All Projects → benjojo → iptables-uwu

benjojo / iptables-uwu

Licence: GPL-2.0 license
iptables target that uwu's outgoing packets

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to iptables-uwu

protecc
Linux kernel module to fight against police terror
Stars: ✭ 25 (-70.93%)
Mutual labels:  kernel-module
execmon
Advanced process execution monitoring utility for linux (procmon like)
Stars: ✭ 77 (-10.47%)
Mutual labels:  kernel-module
nrf24
nrf24l01 linux device driver
Stars: ✭ 20 (-76.74%)
Mutual labels:  kernel-module
dev-cyber
Not the device we need, but the one we deserve
Stars: ✭ 19 (-77.91%)
Mutual labels:  kernel-module
kernel-syslog
📝 Kernel module that can be used as a replacement for syslog, logger or logwrapper
Stars: ✭ 37 (-56.98%)
Mutual labels:  kernel-module
msr-safe
Allows safer access to model specific registers (MSRs)
Stars: ✭ 62 (-27.91%)
Mutual labels:  kernel-module
LinuxKernelLearn
Learn Linux Kernel Step by Step, including the Modules, FS, Device Driver etc. --- Linux内核学习,包括Linux各模块,文件系统,设备驱动文件等。
Stars: ✭ 37 (-56.98%)
Mutual labels:  kernel-module
Mignis
Mignis is a semantic based tool for firewall configuration.
Stars: ✭ 43 (-50%)
Mutual labels:  iptables
RemoveFlagTest
Another method to anti ThreadHideFromDebugger
Stars: ✭ 24 (-72.09%)
Mutual labels:  kernel-module
Umbra
A LKM rootkit targeting 4.x and 5.x kernel versions which opens a backdoor that can spawn a reverse shell to a remote host, launch malware and more.
Stars: ✭ 98 (+13.95%)
Mutual labels:  kernel-module
dr checker 4 linux
Port of "DR.CHECKER : A Soundy Vulnerability Detection Tool for Linux Kernel Drivers" to Clang/LLVM 10 and Linux Kernel
Stars: ✭ 34 (-60.47%)
Mutual labels:  kernel-module
pfSense-pkg-WireGuard
This is a port of the original WireGuard UI bits as implemented by Netgate in pfSense 2.5.0 to a package suitable for rapid iteration and more frequent updating on future releases of pfSense.
Stars: ✭ 194 (+125.58%)
Mutual labels:  kernel-module
Wireguard Docs
📖 Unofficial WireGuard Documentation: Setup, Usage, Configuration, and full example setups for VPNs supporting both servers & roaming clients.
Stars: ✭ 3,201 (+3622.09%)
Mutual labels:  kernel-module
raspi ws2812
A kernel module able to run as many WS2812 strips as there are GPIO pins on Raspberry Pi Zero
Stars: ✭ 35 (-59.3%)
Mutual labels:  kernel-module
k8s-custom-iptables
How to add custom iptables rules to a Kubernetes cluster
Stars: ✭ 52 (-39.53%)
Mutual labels:  iptables
demos-linux
Demos for instruction and exploration of the Linux C/C++ API
Stars: ✭ 78 (-9.3%)
Mutual labels:  kernel-module
meta-quectel-community
Yocto Layer which provides basic support for Quectel wireless modules
Stars: ✭ 25 (-70.93%)
Mutual labels:  kernel-module
dog
A firewall management system.
Stars: ✭ 67 (-22.09%)
Mutual labels:  iptables
rkduck
Linux v4.x.x Rootkit
Stars: ✭ 83 (-3.49%)
Mutual labels:  kernel-module
installACMModule
Install the CDC ACM and USB to Serial Modules for the Jetson TX1 or Jetson TX2 Development Kit
Stars: ✭ 28 (-67.44%)
Mutual labels:  kernel-module

iptables-uwu

demo

This is a xtables module that can uwu outgoing packets, mostly as a shitpost, but also as a future referance to me on how to write xtables modules that tamper with a outgoing packet in kernel space.

This repo is mostly based on https://github.com/xiaosuo/xtables-misc and a lot of the code is adapted from that.

GPL-2 Licenced for reasons of Linux and it contains code from xiaosuo that is GPL-2.

Build

make install

Insert

insmod xt_UWU.ko

and then the -j UWU target should exist.

You can then tawget packets fow uwu:

sudo iptables -t mangle -I OUTPUT -d 38.229.70.22/32 -p tcp -m tcp --dport 8000 -j UWU
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].