xme / toolbox

Miscelaneous useful scripts for my day to day projects
126 stars 45 forks source link

mof.py problems #6

Open diegoarranz opened 6 years ago

diegoarranz commented 6 years ago

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 commented 6 years ago

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