Is a honeypot that tries to emulate HL7 / FHIR honeypot
Requires go 1.17 or newer
- Installation of dependencies can be handled by running
bash scripts/dependencies.sh
- Now you can either do
a)bash scripts/run_medpot.sh
orgo run go/*.go
- To run the files
b)bash scripts/compile_medpot.sh
orgo build -o medpot go/*.go
- To compile the files into a binary
c)make
andmake install
to create a copy on disk and also create all necessary files
d)bash scripts/compile_docker.sh
to create a docker container - You're done now! My suggestion is to check the arguments that you can send in to the program
By default the honeypot will try to bind and listen on port 2575
Medpot utilizes an arugment parser to be able to less static in some areas, the supported arguments at this point of time are.
#### Definied Arguments ####
--set_logo, -sl <value> | Allows you to pick a logo that is shown on boot, options are = 1, 2
--set_port, -sp <value> | Allows for a different port to be used, default = 2575
--set_log_location, -sll <value> | Changes the directory where the logs will be placed, default = '/var/log/medpot/'
All arguments can easily be checked by passing the -h
flag.
Templates and configurations are located at /etc/medpot/
The default location for log files are located at /var/log/medpot.log
but this can be changed by sending the -sll
flag followed by the new location
Example
{
"level":"info",
"message":"Connection found",
"time":"2018.09.09 17:20:49",
"port":"57905",
"ip":"127.0.0.1",
"data":"TVMpEUk98S0FURV5TTUlUSF5FEK"
}