Skip to content

a kernel module which can distort tcp destination, A vip(virtual ip) implement.

Notifications You must be signed in to change notification settings

nikoloss/netcco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Start

Compile

$>make

simple, isn't it? Now you will get a linux kernel module(netcco.ko) and a executable console(netccoctl)

Install

$>sudo insmod netcco.ko

Now you already have it in system kernel, Let's check it out!

$>lsmod|grep netcco
netcco        10633   0

See?

Usage

You can distort a ip/port pair using a new ip/port pair, like below

$>netccoctl 118.24.150.24 3306 118.24.150.22 3306

you will find out new request being sending to the '118.24.150.22:3306' which suppose to be sent to '118.24.150.24:3306' without change your configuration or reboot your applications.

About

a kernel module which can distort tcp destination, A vip(virtual ip) implement.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published