.TH SHONEYPOT 8 "September 17, 2003" .SH NAME thpot \- Tiny honeypot to setup simple (and fake) services .SH SYNOPSIS .B thpot [service name] .SH DESCRIPTION This manual page documents briefly the .B 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. .PP \fBthpot\fP is a program that enables you to fake services by configuring it to be executed through either \fBxinetd\fP or \fBinetd\fP. All the connection attempts and sessions to simulated services are logged under \fB/var/log/thpot\fR. .SH 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) .SH FILES .TP .B /var/log/thpot Location of the connections attempts and sessions to the honeypot services. .TP .B /etc/thpot/thp.conf Configuration for the honeypot .TP .B /usr/share/thpot/ Miscellaneous files and functions used by \fBthpot\fR .SH SEE ALSO .BR inetd.conf (5), .BR inetd (8) .SH AUTHOR This manual page was written by Javier Fernandez-Sanguino Pen~a , for the Debian GNU/Linux system (but may be used by others).