# conpot **Repository Path**: mirrors_mushorg/conpot ## Basic Information - **Project Name**: conpot - **Description**: ICS/SCADA honeypot - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-19 - **Last Updated**: 2026-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Conpot ![Test Status](https://github.com/mushorg/conpot/workflows/Code%20tests/badge.svg) [![Docs](https://readthedocs.org/projects/conpot/badge/?version=latest)](https://conpot.readthedocs.io/en/latest/) [![Coverage Status](https://coveralls.io/repos/github/mushorg/conpot/badge.svg?branch=main)](https://coveralls.io/github/mushorg/conpot?branch=main) [![Docker Build Status](https://img.shields.io/docker/build/honeynet/conpot.svg)](https://hub.docker.com/r/honeynet/conpot) ## About Conpot is an ICS honeypot with the goal to collect intelligence about the motives and methods of adversaries targeting industrial control systems. ## Documentation The documentation can be found [here](https://conpot.readthedocs.io/). If you are just checking out conpot, we suggest that you go for [quick install](https://conpot.readthedocs.io/en/latest/installation/quick_install.html). If you want to tinker around and write your own template, change ports etc., use a [host install](https://conpot.readthedocs.io/en/latest/installation/install.html). From a git checkout, dependencies are managed with [uv](https://docs.astral.sh/uv/) (`uv sync --group dev`); details are in that guide. The FAQ is [here](https://conpot.readthedocs.io/en/latest/faq.html).