An open API service indexing awesome lists of open source software.

https://github.com/pandh4cker/roundcube-session-decrypt

Decrypt user sessions stored in databases
https://github.com/pandh4cker/roundcube-session-decrypt

Last synced: 9 months ago
JSON representation

Decrypt user sessions stored in databases

Awesome Lists containing this project

README

          

# Roundcube Session Decrypt

Decrypt user's password from user's session stored in DB.

```shell
❯ python3 roundcube_session_decrypt.py
usage: roundcube_session_decrypt.py [-h]
(--session SESSION | --session-file SESSION_FILE)
--des-key DES_KEY

Decrypt user's password from user's session stored in DB.

options:
-h, --help show this help message and exit
--session SESSION Session stored in roundcube.session table
--session-file SESSION_FILE
File containing session records, one by line
--des-key DES_KEY, -k DES_KEY
Triple DES key located in config/config.inc.php

```