欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Proxychains: HTTP 代理

程序员文章站 2022-06-18 11:22:22
...


Platform:
Proxychain:Kali
WProxy:Windows10

WProxy 代理服务器


  • WProxy 是安装在 Windows 系统上的代理服务软件,见附件。
  • WProxy 运行及配置
    Proxychains: HTTP 代理
  • WProxy 配置
    Proxychains: HTTP 代理

Proxychains HTTP代理


HTTP 代理配置

[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
# socks4 	127.0.0.1 9050
http 10.8.18.191 808

使用 Proxychains 代理访问

aaa@qq.com:/etc# proxychains ping baidu.com
ProxyChains-3.1 (http://proxychains.sf.net)
PING baidu.com (39.156.69.79) 56(84) bytes of data.
64 bytes from 39.156.69.79 (39.156.69.79): icmp_seq=1 ttl=40 time=36.1 ms
64 bytes from 39.156.69.79 (39.156.69.79): icmp_seq=2 ttl=40 time=37.1 ms
相关标签: Proxy