makkarpov / xt-fakerouter

Linux xtables module to add fake hops to traceroute

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xt_FAKEROUTER

Kernel module and xtables add-on to emulate fake routers between your host and internet.

Usage: ip6tables -I INPUT -d <addr> -j FAKEROUTER --router-count N

N additional hops will be added. These hops will have address addr with least significant word replaced with hop index.

About

Linux xtables module to add fake hops to traceroute


Languages

Language:C 94.1%Language:Makefile 5.9%