mirror of https://github.com/MISP/mail_to_misp
Update README.md
parent
9a326acde8
commit
04248958c8
|
@ -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).
|
- mail_to_misp requires access to a MISP instance (via API).
|
||||||
- Python 3
|
- Python 3
|
||||||
- urlmarker from https://github.com/rcompton/ryancompton.net/blob/master/assets/praw_drugs/urlmarker.py (contained in this project)
|
- 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
|
- 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):
|
- Patch defang/defang/__init__.py by commenting out the following line (not used && not compatible with Python 3):
|
||||||
`from urllib2 import urlparse`
|
`from urllib2 import urlparse`
|
||||||
|
|
Loading…
Reference in New Issue