c++ - 如何鉴定一个IP地址是否为代理IP或VPN IP
阿神
阿神 2017-04-17 14:54:33
0
2
1110

通过什么工具可以鉴定一个IP地址是否为代理IP或VPN的IP呢?(最好能批量的)
先谢谢了。

阿神
阿神

闭关修行中......

reply all(2)
黄舟

You can search on Baidu. The IP allocation is relatively fixed.
http://ip.lockview.cn/

Ty80

In fact, it is not possible to just use the IP address, but you can achieve the corresponding purpose by monitoring the traffic of the IP. Regardless of whether the connection between the end and the end is encrypted, the first few data packets are generally in clear text, so You can detect the characteristics of the data packet to judge. For example, OpenVPN has strong characteristics when establishing a connection. You can understand the protocols of each VPN by how to implement it specifically

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template