Detect and log CVE-2019-19781 scan and exploitation attempts.
- python3
- openssl
- Clone repo:
git clone https://github.com/MalwareTech/CitrixHoneypot.git CitrixHoneypot && cd CitrixHoneypot
- Make ssl and logs directory:
mkdir logs ssl
- Generate self signed SSL certificate:
openssl req -newkey rsa:2048 -nodes -keyout ssl/key.pem -x509 -days 365 -out ssl/cert.pem
- run:
python3 CitrixHoneypot.py
docker build -t citrixhoneypot .
docker run -d -p 443:443 -v /<insert-homepath>/CitrixHoneypot:/CitrixHoneypot -w /CitrixHoneypot citrixhoneypot
This software is free to use providing the user yells "Oh no, the cyberhackers are coming!" prior to each installation.