Actions
Bug #308
closed
SK
VJ
gzipped http content does not get unzipped and processed
Bug #308:
gzipped http content does not get unzipped and processed
Affected Versions:
Effort:
Difficulty:
Label:
Description
Suricata does not unzip and process gzipped http content. I tried versions: 1.0.4, 1.0.5, 1.1bet2, 1.1 git clone on 20110801.
For testing I used this rule:
alert tcp any any -> any any (msg:"TEST SUCCESFULL - inspecting body";flow:stateless; content:"implementation"; nocase;)
I requested my own web page using:
curl http://www.roedie.nl <- Triggers the alert
curl --compressed http://www.roedie.nl <- Does not trigger the alert.
I've attached a pcap with the compressed request.
Files
Actions