Bastion

rooted thanks to 0xNoOne script

Glad my script helped you out! I faced the same issues as you with the ruby script, since it was for decrypting an older version of mremoteNG. So decided to work on a Python script that would work on the version on this box.

Here’s the link to the script in case anyone else finds it useful:
secret link

Let me know if you notice any errors with the script, or if this post is breaking any rules :slight_smile:

plaintext = cipher.decrypt_and_verify(ciphertext, tag)

ValueError: MAC check failed
@0xNoOne