mirror of https://github.com/MISP/mail_to_misp
new functionalities (hashes, ids_flag)
parent
24eadaa54d
commit
a9785670a9
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
MD5_REGEX = r"""\b([a-f0-9]{32})\b"""
|
||||
SHA1_REGEX = r"""\b([a-f0-9]{40})\b"""
|
||||
SHA256_REGEX = r"""\b([a-f0-9]{64})\b"""
|
Loading…
Reference in New Issue