From 0138b2fecfdddcccb97aa30ddd9bfd1f8a3e9cfe Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Thu, 1 Jun 2017 16:19:58 +0200 Subject: [PATCH] added forgotten imports --- mail_to_misp_config.py-example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail_to_misp_config.py-example b/mail_to_misp_config.py-example index 62acb48..924844a 100644 --- a/mail_to_misp_config.py-example +++ b/mail_to_misp_config.py-example @@ -1,5 +1,7 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- +import sys +import os misp_url = 'YOUR_MISP_URL' misp_key = 'YOUR_KEY_HERE' # The MISP auth key can be found on the MISP web interface under the automation section