logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sshmitm - SSH monkey-in-the-middle

Author

       Dug Song <dugsong@monkey.org>

                                                                                                      SSHMITM(8)

Description

sshmitm  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.

Name

       sshmitm - SSH monkey-in-the-middle

Options

-d     Enable verbose debugging output.

       -I     Monitor / hijack an interactive session.

       -pport
              Specify the local port to listen on.

       host   Specify the remote host to relay connections to.

       port   Specify the remote port to relay connections to.

See Also

dsniff(8), dnsspoof(8)

Synopsis

sshmitm [-d] [-I] [-pport] host [port]

See Also