Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] error=2, No such file or directory when running responder #1041

Closed
jalcock501 opened this issue Sep 9, 2021 · 1 comment
Closed

[BUG] error=2, No such file or directory when running responder #1041

jalcock501 opened this issue Sep 9, 2021 · 1 comment

Comments

@jalcock501
Copy link

jalcock501 commented Sep 9, 2021

Error=2, No such file or directory when running responder

Request Type

Bug

Work Environment

Docker

Question Answer
OS version (server) Ubuntu
OS version (client) Ubuntu
Cortex Responder Name PassThrough
Cortex Analyzer Version 1.0
Cortex Version Version: 3.1.0-1
Browser type & version If applicable

Description

Cannot run program "/opt/cortex/responders/PassThrough/main.py" (in directory "/opt/cortex/responders"): error=2, No such file or directory

Steps to Reproduce

(keep this section only if the issue relates to a bug)

  1. Add volume to docker-compose file to add responder
  2. Enable Responder in cortex
  3. Run on observable in thehive
  4. Receive FAIL in thehive and follow error message in job_history cortex
    Cannot run program "/opt/cortex/responders/PassThrough/main.py" (in directory "/opt/cortex/responders"): error=2, No such file or directory

Json File

{
"name": "PassThrough",
"version": "1.0",
"author": "Jim Alcock, Script Monkey",
"url": "",
"license": "AGPL-V3",
"description": "Send Case to Pass Through API",
"dataTypeList": [
"thehive:case",
"thehive:case_artifact"
],
"command": "PassThrough/main.py",
"baseConfig": "PassThrough"
}

@jalcock501
Copy link
Author

User error unfortunatly, for anyone else experiencing this check permissions/ownership and #! in file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant