Is it possible to write an advanced script, like decrypting?

0 votes
asked Nov 12, 2019 in Python by mrtuborg (190 points)
Hello,

I am wondering, before I will start, is it possible to adopt python decrypting code to the Synalysis?

I want to try to write AES-128-CBC decryptor, to be able to read the data directly in Synalysis instead of jumping with exporting/importing + bash scripts.

Which limitations should I consider? Have I access to the files on the disk to read the key? Can I directly invoke openssl or import some of useful python libraries?

Sincerely,

Vladimir.

Please log in or register to answer this question.

...