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

mof.py problems #6

Open
diegoarranz opened this issue Apr 17, 2018 · 1 comment
Open

mof.py problems #6

diegoarranz opened this issue Apr 17, 2018 · 1 comment

Comments

@diegoarranz
Copy link

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

@xme
Copy link
Owner

xme commented Apr 17, 2018

You need to create a file "keys.py" file in the directory containing mof.py
(Check https://github.com/MISP/PyMISP/tree/master/examples)

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

2 participants