From 2e5312a4e782ddb97b84294f84aad048cd6c5cc6 Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Thu, 27 Apr 2017 15:14:06 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b191f6..3044b0d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ You should be able to create MISP events now. ## Requirements -mail_to_misp requires access to a MISP instance (via API). +- mail_to_misp requires access to a MISP instance (via API). +- urlmarker from https://github.com/rcompton/ryancompton.net/blob/master/assets/praw_drugs/urlmarker.py (contained in this project) +- defang from https://bitbucket.org/johannestaas/defang +- Optionally patch defang/defang/__init__.py and add dirty_line = dirty_line.replace('hXXp', 'http') at line 47