stephenbrannon / IOCextractor

IOC (Indicator of Compromise) Extractor: a program to help extract IOCs from text files.
135 stars 39 forks source link

CybOX Export #8

Closed bworrell closed 11 years ago

bworrell commented 11 years ago

Added support for exporting a CybOX Observables document and changed the imports to support Python 2.6/2.7. Because of differences in the way Python 2 and 3 handle unicode, a string literal on line 62 had to be changed to work in Python 2.