Update README.md

pull/4/head
Sascha Rommelfangen 2017-05-31 14:57:34 +02:00 committed by GitHub
parent 9a326acde8
commit 04248958c8
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ You should now be able to send your IoC-containing mails to misp_handler@YOURDOM
- mail_to_misp requires access to a MISP instance (via API).
- Python 3
- urlmarker from https://github.com/rcompton/ryancompton.net/blob/master/assets/praw_drugs/urlmarker.py (contained in this project)
- ftfy from https://github.com/LuminosoInsight/python-ftfy (to fix unicode text)
- defang from https://bitbucket.org/johannestaas/defang
- Patch defang/defang/__init__.py by commenting out the following line (not used && not compatible with Python 3):
`from urllib2 import urlparse`