* Fix for @chrisr3d - [joesandbox_query] Changed the import_pe param to `import_executable`

pull/564/head
Dermott, Scott 2022-04-07 14:44:22 +01:00
parent 9779a30337
commit f73b961330
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ def handler(q=False):
apiurl = request['config'].get('apiurl') or 'https://jbxcloud.joesecurity.org/api'
apikey = request['config'].get('apikey')
parser_config = {
"import_pe": request["config"].get('import_executable', "false") == "true",
"import_executable": request["config"].get('import_executable', "false") == "true",
"mitre_attack": request["config"].get('import_mitre_attack', "false") == "true",
}