Python-Honeypot
Python-Honeypot copied to clipboard
OWASP Honeypot, Automated Deception Framework.
# There is a Hash Mismatch error while creating the ssh/strong_password module ```sh #10 123.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_3.0.2-0ubuntu1.6_amd64.deb Hash Sum mismatch #10 123.8 Hashes of expected file: #10...
## Description Fix network thread issue Issue is network thread is not terminating after an error to reproduce the issue, run a module, and then kill the container with docker...
## Description Added an API for getting details of running modules. This will work when we run our APIs via `python ohp.py --start-api-server`. But will not work with `docker-compose up`....
## Description Add sentry monitoring ## Motivation and Context Sentry helps us to monitor, debug bugs is our code by alerting and providing various details. Example given below - I...
## Description Adding prometheus and grafana dashboard for API analysis and performance metrics.  ## Motivation and Context Better analysis of our backend ## How Has This Been Tested? ##...
two issues 1. network thread is not terminating after an error to reproduce the issue, run a module, and then kill the container with `docker kill container_name`. OHP is expected...
Hi, I have followed the below steps. Downloaded code from https://github.com/OWASP/Python-Honeypot.git cd Python-Honeypot docker-compose -f docker-compose-host.yml up and docker-compose But throws this error. Thanks root@Python-Honeypot-master# docker-compose up Starting elasticsearch ......
## Description fix the API URL, which was hardcoded ## Steps to Reproduce ## Related Issue #351 ## Motivation and Context ## Reviewers ## How Has This Been Tested? ##...
## Description Add verbose logging ## How Has This Been Tested? Tested Locally ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes...
Currently the API URL is hardcoded, it should be dynamic based on the port and host