Update README.md

pull/4/head
Sascha Rommelfangen 2017-04-27 15:14:06 +02:00 committed by GitHub
parent a08e086e0c
commit 2e5312a4e7
1 changed files with 4 additions and 1 deletions

View File

@ -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