InQuest / iocextract

Defanged Indicator of Compromise (IOC) Extractor.
https://inquest.readthedocs.io/projects/iocextract/
GNU General Public License v2.0
498 stars 91 forks source link

Refactor regex with re.X #4

Closed rshipp closed 6 years ago

rshipp commented 6 years ago

https://docs.python.org/3/library/re.html#re.X

Will improve readability and maintainability of the regexes.