How you installed Suricata (from source, packages, something else): Got from brew
Hello. I am trying to catch HTTP traffic from my local server using Suricata.
I use this rule: alert http any any → any any (http.method; content: “GET”; msg:“http from lo0”; sid:5000000;)
The command I run: suricata -c suricata.yaml -i lo0 --pcap=lo0
However there are no packets in fast.log or log.pcap. The rule definitely works if I use my ethernet interface, but for loopback it doesn’t work.