diff options
| author | 2015-12-04 12:12:28 +0400 | |
|---|---|---|
| committer | 2015-12-04 12:12:28 +0400 | |
| commit | 0c1b6cc2808b4fd45779cce4835a6a80eae48265 (patch) | |
| tree | 39cc7ca32ea5f39c1977d1fdd2147b160e278e9b /investigate.html | |
Initial commit
Diffstat (limited to 'investigate.html')
| -rw-r--r-- | investigate.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/investigate.html b/investigate.html new file mode 100644 index 0000000..e5f0694 --- /dev/null +++ b/investigate.html @@ -0,0 +1,18 @@ +<html> + <head> + <title>AntiSpamMeta database query page</title> + </head> + <body> + <p>Matching is done based on field1 OR field2 OR field3 etc. Wildcards are supported, +except for the realIP field, which must be blank or an IPv4 dotted quad.</p> + <form action="/cgi-bin/secret/investigate.pl" method="get"> + Nickname: <input type="text" name="nick" /> + User: <input type="text" name="user" value="" /> + Hostname: <input type="text" name="host" value="" /><br /> + Gecos: <input type="text" name="gecos" value="" /><br /> + Account: <input type="text" name="account" value="" /><br /> + Real IP: <input type="text" name="realip" value="" /><br /> + <br /><br /><input type="submit" value="Query!" /> + </form> + </body> +</html> |
