Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CitrixHoneypot — Detect and log CVE-2019-19781 scan and exploitation attempts. | Kitploit
Tools/GitHubGitHub/malwaretech/citrixhoneypot
Vulnerability ScannersWeb SecurityThreat IntelligenceIntrusion DetectionIncident Response
GitHubmalwaretech/citrixhoneypot

CitrixHoneypot

Detect and log CVE-2019-19781 scan and exploitation attempts.

View Repository
120296 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Honepot for CVE-2019-19781 (Citrix ADC)

Detect and log CVE-2019-19781 scan and exploitation attempts.

Requirements:

  • python3
  • openssl

Usage:

  1. Clone repo: git clone https://github.com/MalwareTech/CitrixHoneypot.git CitrixHoneypot && cd CitrixHoneypot
  2. Make ssl and logs directory: mkdir logs ssl
  3. Generate self signed SSL certificate: openssl req -newkey rsa:2048 -nodes -keyout ssl/key.pem -x509 -days 365 -out ssl/cert.pem
  4. run: python3 CitrixHoneypot.py

Docker Usage (Optional)

  1. docker build -t citrixhoneypot .
  2. docker run -d -p 443:443 -v /<insert-homepath>/CitrixHoneypot:/CitrixHoneypot -w /CitrixHoneypot citrixhoneypot

Licencing Agreement: MalwareTech Public Licence

This software is free to use providing the user yells "Oh no, the cyberhackers are coming!" prior to each installation.

Download Tool