issues
search
InQuest
/
iocextract
Defanged Indicator of Compromise (IOC) Extractor.
https://inquest.readthedocs.io/projects/iocextract/
GNU General Public License v2.0
505
stars
91
forks
source link
Add support for custom regex
#21
Closed
rshipp
closed
6 years ago
rshipp
commented
6 years ago
[x] Add a function that takes a list of regex strings as input, compiles them, and runs them against a data input, yielding results.
[x] Add a flag to the CLI that takes a file and reads out regex into a list, then passes it to the above function and prints results.