Posts

Showing posts from April, 2014

Protect yourself from SSLST**P exploit

To protect yourself from SSLST**P exploit: Install HTTPS Everywhere plugin Type https:// in browser (make sure!) Add some outgoing firewall to known sites: ## DROP http connection to secure 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;