Giter Club home page Giter Club logo

Comments (6)

fangshuor avatar fangshuor commented on July 17, 2024

等下,又不能复现了🥲,我稳定触发再来发

from anti-ip-attribution.

lwd-temp avatar lwd-temp commented on July 17, 2024

看起来用的是公开的DoH,又不能为了小红书干掉所有的DNS服务...

之前考虑过可以手动解析edith.xiaohongshu.com的所有结果加进代理列表。

from anti-ip-attribution.

fangshuor avatar fangshuor commented on July 17, 2024

近期触发了很多次新版验证方式,即向以下IP发起speedtest来测试实际地区(请求中可见IP/speedtest的形式)image
image
全部加入代理后问题解决

from anti-ip-attribution.

lwd-temp avatar lwd-temp commented on July 17, 2024

它们看起来像是edith.xiaohongshu.com在国内的DNS解析结果。

dd1b2b6

from anti-ip-attribution.

fangshuor avatar fangshuor commented on July 17, 2024

是的,因为不会写类似“禁止解析域名”的规则,所以选择全部加入代理来实现image

from anti-ip-attribution.

lwd-temp avatar lwd-temp commented on July 17, 2024

也确实没办法禁止公共DoH服务,而且对于其它客户端没有办法实现禁止特定路径请求。

https://tool.chinaz.com/dns/edith.xiaohongshu.com 执行

var ipStrList = [];
var ipStrs = document.getElementsByClassName("ipStr");
for (var i = 0; i < ipStrs.length; i++) {
  var ipStr = ipStrs[i];
  var ipStrA = ipStr.getElementsByTagName("a");
  var realIP = ipStrA[0].innerText;
  if (ipStrList.includes(realIP)) {
    continue;
  } else {
    ipStrList.push(realIP);
  }
}

var finalOutput = "";
for (var i = 0; i < ipStrList.length; i++) {
  finalOutput += "- IP-CIDR," + ipStrList[i] + "/32\n";
}
console.log(finalOutput);

可以获取到大部分解析结果:

- IP-CIDR,114.55.236.88/32
- IP-CIDR,47.97.64.97/32
- IP-CIDR,47.97.66.48/32
- IP-CIDR,81.69.116.86/32
- IP-CIDR,119.45.249.52/32
- IP-CIDR,81.69.116.87/32
- IP-CIDR,119.45.2.92/32
- IP-CIDR,1.13.12.27/32
- IP-CIDR,81.69.116.102/32
- IP-CIDR,43.159.25.122/32
- IP-CIDR,43.159.25.28/32
- IP-CIDR,47.246.29.223/32
- IP-CIDR,47.246.29.226/32
- IP-CIDR,47.246.29.227/32
- IP-CIDR,47.246.29.225/32
- IP-CIDR,47.246.29.224/32
- IP-CIDR,47.246.29.222/32
- IP-CIDR,47.246.29.229/32
- IP-CIDR,47.246.29.228/32
- IP-CIDR,211.152.149.12/32
- IP-CIDR,49.51.224.95/32
- IP-CIDR,43.175.44.15/32
- IP-CIDR,23.236.104.30/32
- IP-CIDR,43.132.81.61/32
- IP-CIDR,101.33.27.26/32
- IP-CIDR,43.152.29.38/32
- IP-CIDR,43.152.26.110/32
- IP-CIDR,101.33.11.32/32
- IP-CIDR,163.181.1.228/32
- IP-CIDR,163.181.1.226/32
- IP-CIDR,163.181.1.230/32
- IP-CIDR,163.181.1.227/32
- IP-CIDR,163.181.1.231/32
- IP-CIDR,163.181.1.229/32
- IP-CIDR,163.181.1.224/32
- IP-CIDR,163.181.1.225/32
- IP-CIDR,47.246.23.230/32
- IP-CIDR,47.246.23.234/32
- IP-CIDR,47.246.23.228/32
- IP-CIDR,47.246.23.233/32
- IP-CIDR,47.246.23.231/32
- IP-CIDR,47.246.23.232/32
- IP-CIDR,47.246.23.227/32
- IP-CIDR,47.246.23.229/32
- IP-CIDR,43.152.42.109/32
- IP-CIDR,43.175.22.27/32
- IP-CIDR,43.175.22.42/32
- IP-CIDR,43.175.22.26/32
- IP-CIDR,43.132.84.11/32
- IP-CIDR,101.33.20.34/32
- IP-CIDR,49.51.224.105/32
- IP-CIDR,49.51.224.103/32
- IP-CIDR,163.181.92.232/32
- IP-CIDR,163.181.92.233/32
- IP-CIDR,163.181.92.237/32
- IP-CIDR,163.181.92.238/32
- IP-CIDR,163.181.92.231/32
- IP-CIDR,163.181.92.234/32
- IP-CIDR,163.181.92.236/32
- IP-CIDR,163.181.92.235/32
- IP-CIDR,43.132.83.175/32
- IP-CIDR,43.132.83.54/32
- IP-CIDR,43.132.83.9/32
- IP-CIDR,43.132.91.37/32
- IP-CIDR,43.132.91.110/32
- IP-CIDR,43.132.91.45/32
- IP-CIDR,150.109.222.109/32
- IP-CIDR,150.109.222.102/32
- IP-CIDR,150.109.222.97/32
- IP-CIDR,150.109.223.49/32
- IP-CIDR,150.109.222.103/32
- IP-CIDR,150.109.222.99/32
- IP-CIDR,150.109.222.110/32
- IP-CIDR,203.205.220.62/32

from anti-ip-attribution.

Related Issues (20)

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.