V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
wisefree
V2EX  ›  Python

检查是否为高匿名代理的方法有哪些?

  •  
  •   wisefree · 2017-03-27 10:24:15 +08:00 · 3568 次点击
    这是一个创建于 2584 天前的主题,其中的信息可能已经有所发展或是发生改变。

    目前我用 https://icanhazip.com/来检查是否为高匿名代理,请问 V 友还有其他的方法吗?

    14 条回复    2017-03-28 07:45:47 +08:00
    gimp
        1
    gimp  
       2017-03-27 10:46:30 +08:00   ❤️ 1
    巧了... 我也用的是 icanhazip...
    wangxn
        2
    wangxn  
       2017-03-27 11:39:52 +08:00 via Android   ❤️ 1
    自己写一个检查 HTTP 头部。
    gamexg
        3
    gamexg  
       2017-03-27 12:34:46 +08:00 via Android   ❤️ 1
    anexplore
        4
    anexplore  
       2017-03-27 13:21:50 +08:00   ❤️ 1
    http://proxyjudge.us/ 看 http 头,或者自己搞个服务
    wisefree
        5
    wisefree  
    OP
       2017-03-27 17:05:25 +08:00
    @gimp 同好啊,哈哈
    wisefree
        6
    wisefree  
    OP
       2017-03-27 17:05:49 +08:00
    @wangxn 这个好像有点难度吧。。
    wisefree
        7
    wisefree  
    OP
       2017-03-27 17:10:23 +08:00
    @gamexg thanks
    wisefree
        8
    wisefree  
    OP
       2017-03-27 17:10:56 +08:00
    @anexplore 自己搞一个服务,不太会这个。。
    wisefree
        9
    wisefree  
    OP
       2017-03-27 17:11:17 +08:00
    4 人回答, 14 人收藏...这个... :)
    goalong
        10
    goalong  
       2017-03-27 18:10:46 +08:00   ❤️ 1
    lslqtz
        11
    lslqtz  
       2017-03-27 18:15:48 +08:00   ❤️ 1
    用代理发请求到你自己的 VPS ,或者开个 HTTP 服务器 UPNP 开个随机端口,然后读 HTTP 头。
    zpole
        12
    zpole  
       2017-03-27 18:24:36 +08:00
    出来的是我 ipv6 地址,略屌
    Pepsigold
        13
    Pepsigold  
       2017-03-27 19:19:47 +08:00   ❤️ 1
    HTTP_HOST = proxyjudge.us
    HTTP_CACHE_CONTROL = max-age=0
    HTTP_ACCEPT = text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
    HTTP_UPGRADE_INSECURE_REQUESTS = 1
    HTTP_USER_AGENT = Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.22 Safari/537.36 SE 2.X MetaSr 1.0
    HTTP_DNT = 1
    HTTP_ACCEPT_ENCODING = gzip, deflate, sdch
    HTTP_ACCEPT_LANGUAGE = zh-CN,zh;q=0.8
    HTTP_CONNECTION = close
    REMOTE_ADDR = SS 服务器地址
    REMOTE_PORT = 57986
    REQUEST_METHOD = GET
    REQUEST_URI = /
    REQUEST_TIME_FLOAT = 1490613559.635
    REQUEST_TIME = 1490613559
    wisefree
        14
    wisefree  
    OP
       2017-03-28 07:45:47 +08:00
    好吧,其实用 https://icanhazip.com/ 挺好的,谢谢大家的回复哈
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1046 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 22:28 · PVG 06:28 · LAX 15:28 · JFK 18:28
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.