From f93bad9564c719e6d99dd377d644121a50c5f30b Mon Sep 17 00:00:00 2001 From: ANSSI-BSO-D Date: Thu, 12 May 2016 17:35:05 +0200 Subject: [PATCH] form --- examples/ioc-2-misp/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/ioc-2-misp/README.md b/examples/ioc-2-misp/README.md index dc22d58..60412f6 100644 --- a/examples/ioc-2-misp/README.md +++ b/examples/ioc-2-misp/README.md @@ -4,9 +4,9 @@ Python script for ioc import to misp ### requires -> python 2.7 -> PyMISP -> BeautifulSoup (apt-get install python-bs4 lxml) +> python 2.7 +> PyMISP +> BeautifulSoup (apt-get install python-bs4 python-lxml) ### Usage @@ -22,4 +22,4 @@ time find /iocsample -type f|while read line ;do python ioc2misp.py -i ${line};d * rename keys.py.sample as keys.py * add your url and api key in keys.py - * use command in terminal \ No newline at end of file + * use command in terminal