https://github.com/benjojo/iptables-uwu
iptables target that uwu's outgoing packets
https://github.com/benjojo/iptables-uwu
iptables kernel-module xtables
Last synced: 3 months ago
JSON representation
iptables target that uwu's outgoing packets
- Host: GitHub
- URL: https://github.com/benjojo/iptables-uwu
- Owner: benjojo
- License: gpl-2.0
- Created: 2021-04-02T22:31:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T01:01:28.000Z (about 5 years ago)
- Last Synced: 2025-05-06T09:15:12.843Z (12 months ago)
- Topics: iptables, kernel-module, xtables
- Language: C
- Homepage:
- Size: 197 KB
- Stars: 88
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# iptables-uwu

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
```