NanoPot Quickstart

NanoPot is a simple TCP honeypot written in Python 3.

Installation

python -m pip install nanopot

Running

python -m nanopot

Debian package

NanoPot can also be installed as a systemd service on Debian based distributions.

Dowload the package from GitHub release, or build the Debian package with:

dpkg-deb –build ./deb nanopot-1.0.0.deb

Install the Debian package with:

sudo dpkg -i nanopot-1.0.0.deb

Config defaults to /etc/nanopot.ini. Logs will be available in /var/log/nanopot.log.