Posts tagged with “hex-string”

HOWTO Easily Block Gmail Twitter Facebook with iptables using SSL certificates

We need two tools here:

  1. ngrep to find an SSL certificate in the TCP packets, and
  2. iptables to block the SSL string.
  3. …more