toolbox icon indicating copy to clipboard operation
toolbox copied to clipboard

mof.py problems

Open diegoarranz opened this issue 7 years ago • 1 comments

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

diegoarranz avatar Apr 17 '18 13:04 diegoarranz

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

xme avatar Apr 17 '18 14:04 xme