项目作者: benjojo

项目描述 :
iptables target that uwu's outgoing packets
高级语言: C
项目地址: git://github.com/benjojo/iptables-uwu.git
创建时间: 2021-04-02T22:31:32Z
项目社区:https://github.com/benjojo/iptables-uwu

开源协议:GNU General Public License v2.0

下载


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:

  1. sudo iptables -t mangle -I OUTPUT -d 38.229.70.22/32 -p tcp -m tcp --dport 8000 -j UWU