View difference between Paste ID: 6KJjtLxk and
SHOW: | | - or go back to the newest paste.
1-
1+
$malicious = false;
2
if ($malicious) {
3
	$ipAddress = $_SERVER['REMOTE_ADDR'];
4
	echo exec("iptables -I INPUT -s $ipAddress -j DROP");    
5
}