File: sshmitm.8

package info (click to toggle)
dsniff 2.4b1%2Bdebian-30
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,080 kB
  • sloc: ansic: 10,803; sh: 152; makefile: 127
file content (36 lines) | stat: -rw-r--r-- 825 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
35
36
.TH SSHMITM 8
.ad
.fi
.SH NAME
sshmitm
\-
SSH monkey-in-the-middle
.SH SYNOPSIS
.na
.nf
.fi
\fBsshmitm\fR [\fB-d\fR] [\fB-I\fR] [\fB-p \fIport\fR] host [\fIport\fR]
.SH DESCRIPTION
.ad
.fi
\fBsshmitm\fR proxies and sniffs SSH traffic redirected by
dnsspoof(8), capturing SSH password logins, and optionally hijacking
interactive sessions. Only SSH protocol version 1 is (or ever will be)
supported - this program is far too evil already.
.SH OPTIONS
.IP \fB-d\fR
Enable verbose debugging output.
.IP \fB-I\fR
Monitor / hijack an interactive session.
.IP "\fB-p \fIport\fR"
Specify the local port to listen on.
.IP \fIhost\fR
Specify the remote host to relay connections to.
.IP \fIport\fR
Specify the remote port to relay connections to.
.SH "SEE ALSO"
dsniff(8), dnsspoof(8)
.SH AUTHOR
.na
.nf
Dug Song <dugsong@monkey.org>