逆向-爬虫-代理

搬砖

自建代理

大量实践证明,连接wifi ,做路由转发是常见挖掘手段
使用实体卡挖掘

1. frp快速建代理

2. netty建立代理

对于集中式代理,链路耗时接近普通两倍,但对于散落在全国各地手机其管理方式却很方便
直接使用frp_android即可快速使用

1
2
3
4
5
6
7
8
9
10
11
12
[[proxies]]
name = "plugin_http"
type = "tcp"

[proxies.plugin]
type = "http_proxy"
#httpUser = "test"
#httpPassword = "123"

[proxies.transport]
useEncryption = true
useCompression = true

3. 点对点代理

如 n2n 本质是vpn隧道