Protect yourself from SSLST**P exploit
To protect yourself from SSLST**P exploit:
# klikbca, mandiri
for IP in 202.6.211.9 114.57.44.10; do
/sbin/iptables -I OUTPUT -d $IP -p tcp --dport 80 -j DROP
done;
- Install HTTPS Everywhere plugin
- Type https:// in browser (make sure!)
- Add some outgoing firewall to known sites:
# klikbca, mandiri
for IP in 202.6.211.9 114.57.44.10; do
/sbin/iptables -I OUTPUT -d $IP -p tcp --dport 80 -j DROP
done;
Comments