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

stop-at-first-match with headless/fuzzing not working #5308

Closed
bizibabe opened this issue Jun 18, 2024 · 1 comment · Fixed by #5330
Closed

stop-at-first-match with headless/fuzzing not working #5308

bizibabe opened this issue Jun 18, 2024 · 1 comment · Fixed by #5330
Assignees
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone

Comments

@bizibabe
Copy link

Hello,

I don't understand why stop-at-first-match doesn't work in this template:

echo "https://www.bing.com/?test=1" | nuclei -dast -t test.yaml -headless
id: test-headless-match

info:
  name: test headless match
  author: Bizi
  severity: low
  
headless:
  - steps:
      - action: navigate
        args:
          url: "{{BaseURL}}"
      - action: waitload
    payloads:
      test:
        - "1"
        - "2"
        - "3"
    
    stop-at-first-match: true
    
    fuzzing:
      - part: query
        type: replace
        mode: single
        fuzz:
        - "{{test}}"
 
    matchers:
      - type: word
        name: bing
        words:
          - "www.bing.com"
        part: body

image

Is this normal?
Thanks,
Bizi

@bizibabe bizibabe added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Jun 18, 2024
@mastercho
Copy link

Issues getting out of hand, redirect not working, stop-at-first-match not working and timeout also not working, then tool is like half broken at that stage 😢

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

Successfully merging a pull request may close this issue.

4 participants