Actions
Feature #1590
open
MK
CT
lua: force file magic and md5 lookup from script
Feature #1590:
lua: force file magic and md5 lookup from script
Effort:
low
Difficulty:
medium
Label:
Description
Should be able to force file magic and md5 lookup from lua script. It doesn't make sense to turn on one of the file logs (with force-magic|md5: yes) just to get magic and md5 to work in lua scripts.
Should have the following lua functions to make it more flexible to force these lookups:
- SCFileForceMagic()
- SCFileForceMd5()
Actions