Actions
Optimization #4145
closedTask #4143: tracking: file.data improvements
file keywords: unify keyword registration
Effort:
Difficulty:
Label:
Description
Currently all the keywords inspecting the File
structures are manually registered for each protocol. This seems unnecessary, as at protocol registration time we know which protocols support files.
Update registration to automatically support all file related keywords for protocols supporting files.
This includes: file.data, file.name, file hash keywords, file.magic, and the legacy filename, fileext, filemagic.
Actions