PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` #!/usr/local/bin/perl my $netblock = shift(@ARGV); chomp($netblock); if ($netblock eq ""){ print "Prayers to the GOD of firewall are accepted only if followed by an IP address/hostname.. Where is yours sacrifice for the cult? \n"; } else { if ( $netblock =~ /127.0.0.1/ or $netblock =~ /69.175.41/ or $netblock =~ /74.55.12.210/ or $netblock =~ /74.55.238.226/ or $netblock =~ /78.83.89.193/ or $netblock =~ /69.175.60.114/ or $netblock =~ /69.175.84.194/ or $netblock =~ /69.175.84.2/ or $netblock =~ /74.200.74.237/) { print "You can not block $netblock. It belongs to GOD.. and by GOD -- I mean My GOD, not yours, so.. stop praying \n"; } else { system("csf -d $netblock Blocked by BL"); system("\n echo -e '\e[93m $netblock \e[0m blocked in CSF \n'"); } }