We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
I am trying to execute the mof.py script with the last version of MIPS.
But I get this error:
#python3 mof.py -h
Traceback (most recent call last): File "mof.py", line 11, in from keys import misp_url, misp_key, misp_verifycert ImportError: No module named 'keys'
Could you help me?
Thank you
The text was updated successfully, but these errors were encountered:
You need to create a file "keys.py" file in the directory containing mof.py (Check https://github.com/MISP/PyMISP/tree/master/examples)
Sorry, something went wrong.
No branches or pull requests
Hi all,
I am trying to execute the mof.py script with the last version of MIPS.
But I get this error:
#python3 mof.py -h
Traceback (most recent call last):
File "mof.py", line 11, in
from keys import misp_url, misp_key, misp_verifycert
ImportError: No module named 'keys'
Could you help me?
Thank you
The text was updated successfully, but these errors were encountered: