File: tcpkill.8

package info (click to toggle)
dsniff 2.4b1%2Bdebian-22.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,808 kB
  • ctags: 2,266
  • sloc: ansic: 10,785; sh: 152; makefile: 116
file content (34 lines) | stat: -rw-r--r-- 802 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH TCPKILL 8
.ad
.fi
.SH NAME
tcpkill
\-
kill TCP connections on a LAN
.SH SYNOPSIS
.na
.nf
.fi
\fBtcpkill\fR [\fB-i \fIinterface\fR] [\fB-1\fR...\fB9\fR] \fIexpression\fR
.SH DESCRIPTION
.ad
.fi
\fBtcpkill\fR kills specified in-progress TCP connections (useful for
libnids-based applications which require a full TCP 3-whs for TCB
creation).
.SH OPTIONS
.IP "\fB-i \fIinterface\fR"
Specify the interface to listen on.
.IP \fB-1\fR...\fB9\fR
Specify the degree of brute force to use in killing a connection. Fast
connections may require a higher number in order to land a RST in the
moving receive window. Default is 3.
.IP \fIexpression\fR
Specify a tcpdump(8) filter expression to select the connections to
kill.
.SH "SEE ALSO"
dsniff(8), tcpnice(8)
.SH AUTHOR
.na
.nf
Dug Song <dugsong@monkey.org>