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

thpot - Tiny honeypot to setup simple (and fake) services

Author

       This  manual  page  was  written  by  Javier  Fernandez-Sanguino Pen~a <jfs@computer.org>, for the Debian
       GNU/Linux system (but may be used by others).

                                               September 17, 2003                                   SHONEYPOT(8)

Description

       This  manual  page  documents  briefly  the  thpot  command.  This manual page was written for the Debian
       distribution because the original program does not have a manual page.  Instead, it has documentation  in
       the GNU Info format; see below.

       thpot  is  a  program  that  enables you to fake services by configuring it to be executed through either
       xinetd or inetd.  All the connection attempts  and  sessions  to  simulated  services  are  logged  under
       /var/log/thpot.

Files

/var/log/thpot
              Location of the connections attempts and sessions to the honeypot services.

       /etc/thpot/thp.conf
              Configuration for the honeypot

       /usr/share/thpot/
              Miscellaneous files and functions used by thpot

Name

       thpot - Tiny honeypot to setup simple (and fake) services

Options

       This  program  takes  as  argument  the name of the service which is being simulated, it can be anyone of
       shell, ftp, http, mssql, smtp, pop3 or ssh. If the service name is none  of  these  a  null  response  is
       returned (but the session is logged)

See Also

inetd.conf(5), inetd(8)

Synopsis

thpot[servicename]

See Also