
Medpot
#Threat Defense#Honeypots
High-interaction SSH honeypot for logging SSH proxy with ongoing development.
Medpot: A Honeypot Emulating HL7 / FHIR Protocols
Medpot is a honeypot that simulates HL7 and FHIR protocols.
Installation Requires Go 1.17 or Newer
To install, you need Go version 1.17 or newer. You can install dependencies by running the bash script located at scripts/dependencies.sh. To execute the tool, use the command bash scripts/run_medpot.sh or alternatively, you can run it with go run go/*.go. If you want to compile it, use bash scripts/compile_medpot.sh or the command go build -o medpot go/*.go. You can create a copy on disk along with the necessary files by using make and make install, or you can set up a Docker container by running bash scripts/compile_docker.sh. By default, Medpot listens on port 2575 and allows you to configure settings such as the logo, port, and log location through command-line arguments.