Sploitus

Exploit for CitrixHoneypot

kitploit Β· 2026-08-19

Exploit Code

MARKDOWN24 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-MALWARETECH-CITRIXHONEYPOT
# CVE-2019-19781 (Citrix ADC)용 ν—ˆλ‹ˆνŒŸ

CVE-2019-19781 μŠ€μΊ” 및 μ•…μš© μ‹œλ„λ₯Ό νƒμ§€ν•˜κ³  κΈ°λ‘ν•©λ‹ˆλ‹€.

### μš”κ΅¬ 사항:

  * python3
  * openssl



### μ‚¬μš© 방법:

  1. μ €μž₯μ†Œ 볡제: `git clone https://github.com/MalwareTech/CitrixHoneypot.git CitrixHoneypot && cd CitrixHoneypot`
  2. ssl 및 logs 디렉터리 생성: `mkdir logs ssl`
  3. 자체 μ„œλͺ… SSL μΈμ¦μ„œ 생성: `openssl req -newkey rsa:2048 -nodes -keyout ssl/key.pem -x509 -days 365 -out ssl/cert.pem`
  4. μ‹€ν–‰: `python3 CitrixHoneypot.py`



## Docker μ‚¬μš© 방법 (선택 사항)

  1. `docker build -t citrixhoneypot .`