cuckoosandbox / cuckoo

Cuckoo Sandbox is an automated dynamic malware analysis system
http://www.cuckoosandbox.org
Other
5.55k stars 1.71k forks source link

Feature: Passwords for Office/PDF Files #227

Open Crashman1983 opened 10 years ago

Crashman1983 commented 10 years ago

I've to analyse some Documents with passwords. It is hard to put in the right password during a hot analysis.

I couldn't find an option to pass a password from host to guest, except for zip files.

Maybe this could be implemented.

thx

botherder commented 10 years ago

This is not easily done, unless you can pass the password to Office and Adobe through command line, and I doubt that.

DBHeise commented 10 years ago

Actually you can easily do this via the office api, but not just by shell exec'ing

jbremer commented 9 years ago

Anyone that would like to implement this feature?

zashraf1337 commented 7 years ago

https://github.com/spender-sandbox/cuckoo-modified/issues/414#issuecomment-278958570

will this help?

jbremer commented 7 years ago

@zashraf1337 Yes, but it'll have to be integrated into sflock (https://github.com/jbremer/sflock) and preferably we find a cross-platform'ish solution.

zashraf1337 commented 7 years ago

just fya / ref: https://github.com/spender-sandbox/cuckoo-modified/search?utf8=%E2%9C%93&q=msoffice&type=