CPot

Version, currently main branch1 version
  • main branchlatestMay 6, 2026

github.com/unullable/cpot

A low interaction honeypot written in Crystal.

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  CPot:
    github: unullable/cpot
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared

Dependencies

Runtime Dependencies

README

CPoT

A low interaction and high perfomance honeypot coded in crystal. CPoT is capable of detecting telnet and http based attacks in real time. Equipped with a robust detection engine, it identifies known real-world exploits and enumeration patterns, delivering instant alerts directly to your Telegram.

Installation

$ git clone https://github.com/unullable/cpot.git && cd ./cpot
$ just
$ ./cpot --help

Contributing

  1. Fork it (https://github.com/unullable/cpot/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors