https://github.com/trustedsec/zoinks
Manage Engine Decrypter
https://github.com/trustedsec/zoinks
Last synced: about 1 year ago
JSON representation
Manage Engine Decrypter
- Host: GitHub
- URL: https://github.com/trustedsec/zoinks
- Owner: trustedsec
- Created: 2022-10-12T14:30:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T15:45:44.000Z (over 3 years ago)
- Last Synced: 2025-03-28T03:41:22.749Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 23
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zoinks
### A Key Decryptor Toolkit for Password Manager Pro by ManageEngine from TrustedSec
Created by: Travis Kaun, Rob Simon, & Charles Yost
Build to work with: Python v3.10, & (Cryptography v38.0.1 or PyCryptoDome v3.15.0)
```
███████████ ███ █████ ███
░█░ ░███ ░░░ ░███ ███
███░ ██████ ████ ████████ ░███ ███ ████ ░███
███ ███░░███ ░███ ░███░░███ ░███░░███ ██░ ░███
███ ░███ ░███ ░███ ░███ ░███ ░██████░ ░█████ ░███
████ ░███ ░███ ░███ ░███ ░███ ░███ ░███ ░███ ░░
██████████ ░░██████ █████ ████ █████ ████ ████ █████ ███
"Rut-roh Raggy" - Scooby-doo
```
Options:
- -h, --help show this help message and exit -v, --verbose increase output verbosity, log messagse are sent to stderr
- -d {auto,pycryptodome,cryptography}, --dependency {auto,pycryptodome,cryptography} select from the supported python cryptography packages defaults to: auto
- -x, --no-interaction suppress prompts, working only with the arguments provided -p DATABASE_PASSWORD, --database-password DATABASE_PASSWORD the value for password stored in the conf/database-params.conf file
- -a AES_ENCRYPTION_KEY, --aes-encryption-key AES_ENCRYPTION_KEY the value for ENCRYPTIONKEY stored in the conf/pmp_key.key file
- -n NOTES_DESCRIPTION, --notes-description NOTES_DESCRIPTION the value of the notesdescription column stored in the database (SELECT * FROM Ptrx_NotesInfo)
- -u USER_PASSWORD, --user-password USER_PASSWORD the value of the decrypted password column stored in the database (see the blog post for more info on the correct query to obtain this)