Actions
Feature #7313
opentransforms: have option on how to handle failure
Description
Tansforms like base64, pcrexform or urldecode may somehow fail.
Current default is to passthrough
But we could have an option to these keywords to behave differently like return a NULL or 0-length buffer instead of the original one.
Updated by Philippe Antoine about 1 month ago
Passthorugh may be a good idea sometimes like dns.query; pcrexform:"\.([^\.]+\.[^\.]+)$";
to extract the top domain if it is a subdomain or just passthrough if it is not a subdomain
Actions