HolmesProcessing / Holmes-Totem

Investigation Planner for fast running analysis with predictable execution time. For example, static analysis.
Apache License 2.0
29 stars 18 forks source link

Urlparams & YARA,PEID custom_rules fix #131

Closed Ma-Shell closed 8 years ago

Ma-Shell commented 8 years ago

Use the url-parameter "?obj" for submitting the object instead of putting it in the url-path, as specified in issue #125

Ma-Shell commented 8 years ago

This Pull request also fixes the POST issue for peid and yara. When they were switched to python3, custom rules could not be processed anymore. See the last commit for details on this. At the same time, it allows for uncompiled custom rules to be transmitted, as well.