-
Notifications
You must be signed in to change notification settings - Fork 383
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
Issue with Shodan Analyzer #150
Comments
@treed593 have you installed all the pre-requisites as described on https://github.com/CERT-BDF/CortexDocs/blob/master/installation/analyzers.md? A lot of analyzers won't work since they require the |
Hey @treed593, looks like you don't have the analyzers properly installed. In order to install the required python modules you have to install them as root or as the user which should run them as follows: |
|
Just tried re-running that. All the other analyzers seem to be working. |
You installed them for python2 while shodan analyzer uses python3 (-> the pip3 thing from above). |
pip3 is not installed, that could be why. I will try that now, it should be added to https://github.com/CERT-BDF/CortexDocs/blob/master/installation/analyzers.md if it is required though |
treed@ip-10-0-1-28:/opt/Cortex-Analyzers/analyzers$ sudo pip3 install $(sort -u */requirements.txt) Any ideas @3c7 or @saadkadhi |
Please upgrade your pip too |
Done @nadouani, same issue |
Then just |
That improved things, now I get When selecting 'Amber' |
And |
Request Type
Bug
Description
Describe your request as clearly as possible.
Steps to Reproduce
1)Run Cortex
2)Select Shodan_host ip analyzer
3)Provide IP
4)Run analyzer
Complementary information
{ "errorMessage": "Error: Invalid output\nTraceback (most recent call last):\n File \"./shodan_analyzer.py\", line 3, in <module>\n from cortexutils.analyzer import Analyzer\nImportError: No module named 'cortexutils'\n", "input": null, "success": false }
The text was updated successfully, but these errors were encountered: