Skip to content

Instantly share code, notes, and snippets.

@dnsbl
dnsbl / IP Blacklist Check Script
Created April 15, 2012 09:15
Lookup for blacklisted IP addresses against multiple DNSBLs at once.
<html>
<head>
<title>DNSBL Lookup Tool - IP Blacklist Check Script</title>
</head>
<body>
<form action="" method="get">
<input type="text" value="" name="ip" />
<input type="submit" value="LOOKUP" />
</form>
<?php