You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A month ago: [plugin_btcaddress] Renamed to plugin_cryptoaddress.
Afther the change we have:
"errorMessage": "Invalid output\n[!] Error: plugin btcaddress does not exist!\nTraceback (most recent call last):\n File "FileInfo/fileinfo_analyzer.py", line 76, in \n FileInfoAnalyzer().run()\n File "FileInfo/fileinfo_analyzer.py", line 64, in run\n module_results = module.analyze_file(self.filepath)\n File "/opt/cortex/analyzers/FileInfo/submodules/submodule_manalyze.py", line 139, in analyze_file\n results = self.run_local_manalyze(path)\n File "/opt/cortex/analyzers/FileInfo/submodules/submodule_manalyze.py", line 42, in run_local_manalyze\n result = json.loads(result.decode('utf-8'))\n File "/usr/lib/python3.7/json/init.py", line 348, in loads\n return _default_decoder.decode(s)\n File "/usr/lib/python3.7/json/decoder.py", line 337, in decode\n obj, end = self.raw_decode(s, idx=_w(s, 0).end())\n File "/usr/lib/python3.7/json/decoder.py", line 355, in raw_decode\n raise JSONDecodeError("Expecting value", s, err.value) from None\njson.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)\n",
The text was updated successfully, but these errors were encountered:
A month ago: [plugin_btcaddress] Renamed to plugin_cryptoaddress.
Afther the change we have:
"errorMessage": "Invalid output\n[!] Error: plugin btcaddress does not exist!\nTraceback (most recent call last):\n File "FileInfo/fileinfo_analyzer.py", line 76, in \n FileInfoAnalyzer().run()\n File "FileInfo/fileinfo_analyzer.py", line 64, in run\n module_results = module.analyze_file(self.filepath)\n File "/opt/cortex/analyzers/FileInfo/submodules/submodule_manalyze.py", line 139, in analyze_file\n results = self.run_local_manalyze(path)\n File "/opt/cortex/analyzers/FileInfo/submodules/submodule_manalyze.py", line 42, in run_local_manalyze\n result = json.loads(result.decode('utf-8'))\n File "/usr/lib/python3.7/json/init.py", line 348, in loads\n return _default_decoder.decode(s)\n File "/usr/lib/python3.7/json/decoder.py", line 337, in decode\n obj, end = self.raw_decode(s, idx=_w(s, 0).end())\n File "/usr/lib/python3.7/json/decoder.py", line 355, in raw_decode\n raise JSONDecodeError("Expecting value", s, err.value) from None\njson.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)\n",
The text was updated successfully, but these errors were encountered: