dod-cyber-crime-center / DC3-MWCP

DC3 Malware Configuration Parser (DC3-MWCP) is a framework for parsing configuration information from malware. The information extracted from malware includes items such as addresses, passwords, filenames, and mutex names.
Other
300 stars 59 forks source link

Cannot set decoderdir for run_kordesii_decoder #8

Closed ddash-ct closed 5 years ago

ddash-ct commented 5 years ago

For a FileObject within dispatcher.py, it is not currently possible to set the decoderdir for a kordesii decoder to anything other than the default kordesii decoder directory.

Propose adding an argument to run_kordesii_decoder to enable users to specify the decoderdir when a kordesiireporter object is instantiated to run a decoder.