Cutter – disconnect routed IP connections
Cutter will send packets to both ends of a tcp/ip connection to close the connection. It is designed to be used on a Linux router to disconnect unwanted connections.
Install Cutter
#apt-get install cutter
Reading package lists… Done
Building dependency tree… Done
The following NEW packages will be installed
cutter
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 11.0kB of archives.
After unpacking 28.7kB of additional disk space will be used.
Get: 1 ftp://kambing.ui.edu stable/main cutter 1.03-2 [11.0kB]
Fetched 11.0kB in 0s (32.6kB/s)
Selecting previously deselected package cutter.
(Reading database … 39678 files and directories currently installed.)
Unpacking cutter (from …/cutter_1.03-2_i386.deb) …
Setting up cutter (1.03-2) …
This will completes the installation.
Usage :
- cutter [ip-address]
Ex : cutter 192.168.2.3
- cutter [ip-address] [port]
Ex : cutter 192.168.2.3 22
- cutter [ip-address-1] [port-1] [ip-address-2]
Ex : cutter 192.168.2.3 22 192.168.2.7
- cutter [ip-address-1] [port-1] [ip-address-2 port-2]
Ex : cutter 192.168.2.3 22 192.168.2.7 32451




