Actions
Feature #597
closed
PM
VJ
case insensitive fileext match
Feature #597:
case insensitive fileext match
Effort:
Difficulty:
Label:
Description
alert http any any -> any any (msg:"File magic on GIF"; fileext:"GIF";sid:666; rev:1;)
- would not alert on a http downloaded file with
extension *.gif BUT it would on **.GIF (notice the upper case)
It would be beneficial if it could be made case insensitive - have the nocase keyword apply to it as well.
thanks
Actions