GithubHelp home page GithubHelp logo

ip2location / ip2proxy-dotnet Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 2.0 100 KB

IP2Proxy .NET component allows users to query an IP address to determine if it was being used as open proxy, web proxy, VPN anonymizer and TOR exits.

Home Page: https://www.ip2location.com/ip2proxy/developers/dotnet

License: MIT License

Visual Basic .NET 100.00%
ip2proxy ip2proxy-database dotnet dot-net proxy-information proxy-data proxy-database vpn-anonymizer open-proxies tor-exits

ip2proxy-dotnet's Introduction

IP2Proxy .NET Component

This component allows user to query an IP address if it was being used as VPN anonymizer, open proxies, web proxies, Tor exits, data center, web hosting (DCH) range, search engine robots (SES), residential proxies (RES), consumer privacy networks (CPN), and enterprise private networks (EPN). It lookup the proxy IP address from IP2Proxy BIN Data file. This data file can be downloaded at

Developer Documentation

To learn more about installation, usage, and code examples, please visit the developer documentation at https://ip2proxy-dotnet.readthedocs.io/en/latest/index.html.

Proxy Type

Proxy Type Description
VPN Anonymizing VPN services
TOR Tor Exit Nodes
PUB Public Proxies
WEB Web Proxies
DCH Hosting Providers/Data Center
SES Search Engine Robots
RES Residential Proxies [PX10+]
CPN Consumer Privacy Networks. [PX11+]
EPN Enterprise Private Networks. [PX11+]

Usage Type

Usage Type Description
COM Commercial
ORG Organization
GOV Government
MIL Military
EDU University/College/School
LIB Library
CDN Content Delivery Network
ISP Fixed Line ISP
MOB Mobile ISP
DCH Data Center/Web Hosting/Transit
SES Search Engine Spider
RSV Reserved

Threat Type

Threat Type Description
SPAM Spammer
SCANNER Security Scanner or Attack
BOTNET Spyware or Malware

ip2proxy-dotnet's People

Contributors

dependabot[bot] avatar ip2location avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ip2proxy-dotnet's Issues

sign project

hello, can you sign project, in particular, for .net?

Unable to load database "Please make sure that you are using the latest IP2Location BIN file"

Hi,

I'm trying to perform a simple IP country lookup with the database product PX3-IP-PROXYTYPE-COUNTRY-REGION-CITY.BIN such as:

        var db = new IP2Location.Component();
        db.Open(@"C:\Users\PierreRoudaut\Downloads\IP2PROXY-IP-PROXYTYPE-COUNTRY-REGION-CITY.BIN", true);
        var result = db.IPQuery("50.201.95.250");
        Console.WriteLine(result.CountryShort);

But the following code throws an Exception with the message "Please make sure that you are using the latest IP2Location BIN file".
The database file is from 2022-04-26 downloaded with a trial license and is around ~210 MB.

After debugging the source code, I can see that the LoadBIN() asserts that the metadata.ProductCode isn't 1 (evaluated to 2 in this case).

              if (metaData.ProductCode != 1 && metaData.DBYear >= 21 || metaData.DBType == 80 && metaData.DBColumn == 75)
                throw new Exception("Incorrect IP2Location BIN file format. Please make sure that you are using the latest IP2Location BIN file.");

Could you please help me with this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.