Proxy Detection Web Service: Usage from Perl, ASP and PHP
Active Server Pages (ASP) Example
Requirements:
![]() |
Examples below show how to use the MaxMind Proxy Detection web service API from server-side scripts in Perl, ASP and PHP. These can be adapted for other web services.
Any programming language that supports HTTP client calls should be able to use MaxMind web services.
Perl Example
#!/usr/bin/perl |
![]() |
Dim objHttp, strQuery |
![]() |
- ASP 3.0+
- Microsoft® XML 3.0 Component
#!/usr/bin/php -q
<?php
$license_key = 'LICENSE_KEY_HERE';
$ipaddress = 'IP_ADDRESS_HERE';
$query = "https://minfraud3.maxmind.com/app/ipauth_http?l=" . $license_key
. "&ipaddr=" . $ipaddress;
$score = file_get_contents($query);
echo $score;
?>
'Hacking' 카테고리의 다른 글
Security Checklists (0) | 2009.02.06 |
---|---|
How to Make Sigs and finding packet id's to get Addresses (0) | 2009.02.04 |
How to block Proxy Servers (0) | 2009.01.29 |
Reverse Engineering Books (1) | 2009.01.28 |
Debugger (0) | 2009.01.28 |
Information Security & US & Life & Love & Fashion & Hacking & Passionhack, web security, game security, game hack, fps, ava, wow, starcraft II, soldier front, gunz, reverse engineering, SQL injection, XSS, hacking, penetration testings, IT, internet technlogoy, security, penetratoin testing, XSS, XSRF