nashcontrol / decitrix

Decrypt LDAP encrypted values found in Citrix Netscaler config flile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decitrix

Decrypt LDAP encrypted values found in Citrix Netscaler config file.
Clone of https://dozer.nz/posts/citrix-decrypt/, ported to Python3

Installation

The script was tested on Python3.8, Running on macOS Big Sur.

Clone repo and install packages:

git clone https://github.com/nashcontrol/decitrix.git
cd decitrix

pip3 install -r requirements.txt --user

Usage

python3 decitrix.py b65f2142d01fe706083173b064c04cfc6b81ab2417d39d63d2b3216176d0e638b89cbca0f1c4294db56b66668f94ff0f

Decryption using hardcoded AES-CBC key with empty IV
test12345678secretldappassword

About

Decrypt LDAP encrypted values found in Citrix Netscaler config flile

License:MIT License


Languages

Language:Python 100.0%