You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module allows user to reverse search of IP address to detect VPN servers, open proxies, web proxies, Tor exit nodes, search engine robots, data center ranges and residential proxies using IP2Proxy BIN database. Other information available includes proxy type, country, state, city, ISP, domain name, usage type, AS number, AS name, threats, last seen date and provider names.
7
-
8
-
It lookup the proxy IP address from **IP2Proxy BIN Data** file. This data file can be downloaded at
9
-
10
-
* Free IP2Proxy BIN Data: https://lite.ip2location.com
11
-
* Commercial IP2Proxy BIN Data: https://www.ip2location.com/proxy-database
12
-
5
+
This module allows user to reverse search of IP address to detect VPN servers, open proxies, web proxies, Tor exit nodes, search engine robots, data center ranges and residential proxies using IP2Proxy BIN database. Other information available includes proxy type, country, state, city, ISP, domain name, usage type, AS number, AS name, threats, last seen date and provider names. It lookup the proxy IP address from **IP2Proxy BIN Data** file or web service.
Below is the description of the functions available in the **Web Service** lookup.
41
+
42
+
| Function Name | Description |
43
+
|---|---|
44
+
| Constructor | Expect 3 input parameters:<ol><li>IP2Proxy API Key.</li><li>Package (PX1 - PX11)</li></li><li>Use HTTPS or HTTP</li></ol> |
45
+
| lookup | Return the proxy information in array.<ul><li>countryCode</li><li>countryName</li><li>regionName</li><li>cityName</li><li>isp</li><li>domain</li><li>usageType</li><li>asn</li><li>as</li><li>lastSeen</li><li>threat</li><li>proxyType</li><li>isProxy</li><li>provider</li><ul> |
46
+
| get_credit | Return remaining credit of the web service account. |
93
47
94
48
### Proxy Type
95
49
@@ -128,7 +82,17 @@ i2p.close()
128
82
|SCANNER|Security Scanner or Attack|
129
83
|BOTNET|Spyware or Malware|
130
84
131
-
## Support
85
+
# Dependencies
86
+
87
+
This library requires IP2Proxy BIN data file to function. You may download the BIN data file at
88
+
* IP2Proxy LITE BIN Data (Free): https://lite.ip2location.com
89
+
* IP2Proxy Commercial BIN Data (Comprehensive): https://www.ip2location.com/proxy-database
90
+
91
+
An outdated BIN database was provided in the library for your testing. You are recommended to visit the above links to download the latest BIN database.
92
+
93
+
You can also sign up for [IP2Proxy Web Service](https://www.ip2location.com/web-service/ip2proxy) to lookup by IP2Proxy API.
0 commit comments