We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最短触发条件:
GET / HTTP\r\nHost:t66y.com\r\n
把\r\n改成\n后不触发.
GET / \nHost sis001.com\n
请求修改为
GET / \n?\nHost sis001.com\n
后不触发.里面的"?"可用其他非空白字符代替,但不能换成两个以上字符.
GET / \nHost fqrouter.tumblr.com\n
这个网址的封锁条件非常厉害,在网址前加任意字符串,比如abcdfqrouter.tumblr.com,依然被封.
按照上一种更改请求的方式可以顺利通过,但tumblr服务器不响应内容.
时间有限,暂时只测试这些.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1: t66y.com
最短触发条件:
把\r\n改成\n后不触发.
2: sis001.com
最短触发条件:
请求修改为
后不触发.里面的"?"可用其他非空白字符代替,但不能换成两个以上字符.
3: fqrouter.tumblr.com
最短触发条件:
这个网址的封锁条件非常厉害,在网址前加任意字符串,比如abcdfqrouter.tumblr.com,依然被封.
按照上一种更改请求的方式可以顺利通过,但tumblr服务器不响应内容.
时间有限,暂时只测试这些.
The text was updated successfully, but these errors were encountered: