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

[BUG] Can't match the body content #5993

Open
1 task done
badboycxcc opened this issue Jan 17, 2025 · 0 comments
Open
1 task done

[BUG] Can't match the body content #5993

badboycxcc opened this issue Jan 17, 2025 · 0 comments
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@badboycxcc
Copy link

badboycxcc commented Jan 17, 2025

Is there an existing issue for this?

  • I have searched the existing issues.

Current Behavior

NUCLEI cannot match the body content

Expected Behavior

Nuclei

Image

BurpSuite

Image

Code

http:
  - method: GET
    path:
      - '{{BaseURL}}/xxxx.txt'

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'hello'
        condition: and

      - type: status
        status:
          - 200

Steps To Reproduce

nuclei -t 1.yaml -u http://x.x.x.x/ --debug

Relevant log output

Environment

- OS: Linux kali 6.8.11-amd64 #1 SMP PREEMPT_DYNAMIC Kali 6.8.11-1kali2 (2024-05-30) x86_64 GNU/Linux
- Nuclei: 3.3.8
- Go: go1.22.5

Anything else?

No response

@badboycxcc badboycxcc added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

1 participant