mirror of https://github.com/MISP/PyMISP
form
parent
acf8881658
commit
f93bad9564
|
@ -4,9 +4,9 @@ Python script for ioc import to misp
|
||||||
|
|
||||||
### requires
|
### requires
|
||||||
|
|
||||||
> python 2.7
|
> python 2.7
|
||||||
> PyMISP
|
> PyMISP
|
||||||
> BeautifulSoup (apt-get install python-bs4 lxml)
|
> BeautifulSoup (apt-get install python-bs4 python-lxml)
|
||||||
|
|
||||||
### Usage
|
### 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
|
* rename keys.py.sample as keys.py
|
||||||
* add your url and api key in keys.py
|
* add your url and api key in keys.py
|
||||||
* use command in terminal
|
* use command in terminal
|
||||||
|
|
Loading…
Reference in New Issue