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 does not work with interactsh matchers #1361

Closed
ehsandeep opened this issue Dec 12, 2021 · 0 comments · Fixed by #1417
Closed

Stop-at-first-match does not work with interactsh matchers #1361

ehsandeep opened this issue Dec 12, 2021 · 0 comments · Fixed by #1417
Assignees
Labels
Priority: Medium This issue may be useful, and needs some attention. Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone

Comments

@ehsandeep
Copy link
Member

Nuclei version:

2.5.4

Current Behavior:

test interactsh template
id: test-interactsh

info:
  name: interactsh test
  author: pdteam
  severity: info

requests:
  - raw:
      - |
        GET /api/geoping/{{interactsh-url}} HTTP/1.1
        Host: {{Hostname}}

      - |
        GET /api/geoping/{{interactsh-url}} HTTP/1.1
        Host: {{Hostname}}

    stop-at-first-match: true
    matchers:
      - type: word
        part: interactsh_protocol  # Confirms the DNS Interaction
        words:
          - "dns"
echo https://geonet.shodan.io | nuclei -t test.yaml 

[test-interactsh] [http] [info] https://geonet.shodan.io/api/geoping/c6r03sdmmud3vov68sjgcg5ydhon5yn3k.interactsh.com
[test-interactsh] [http] [info] https://geonet.shodan.io/api/geoping/c6r03sdmmud3vov68sjgcg5yd7on5yn3c.interactsh.com
[test-interactsh] [http] [info] https://geonet.shodan.io/api/geoping/c6r03sdmmud3vov68sjgcg5yd7on5yn3c.interactsh.com

Expected Behavior:

echo https://geonet.shodan.io | nuclei -t test.yaml 

[test-interactsh] [http] [info] https://geonet.shodan.io/api/geoping/c6r03sdmmud3vov68sjgcg5ydhon5yn3k.interactsh.com

Steps To Reproduce:

Run echo https://geonet.shodan.io | nuclei -t test.yaml

@ehsandeep ehsandeep added Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. Priority: Medium This issue may be useful, and needs some attention. labels Dec 12, 2021
@forgedhallpass forgedhallpass changed the title stop-at-first-match does not work with interactsh matchers Stop-at-first-match does not work with interactsh matchers Dec 16, 2021
@parrasajad parrasajad self-assigned this Dec 21, 2021
@parrasajad parrasajad linked a pull request Dec 21, 2021 that will close this issue
4 tasks
@parrasajad parrasajad added the Status: Review Needed The issue has a PR attached to it which needs to be reviewed label Dec 21, 2021
@ehsandeep ehsandeep added Status: Revision Needed Submitter of PR needs to revise the PR related to the issue. and removed Status: Review Needed The issue has a PR attached to it which needs to be reviewed labels Dec 22, 2021
@ehsandeep ehsandeep added Status: Completed Nothing further to be done with this issue. Awaiting to be closed. and removed Status: Revision Needed Submitter of PR needs to revise the PR related to the issue. labels Dec 30, 2021
@ehsandeep ehsandeep added this to the 2.5.8 milestone Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium This issue may be useful, and needs some attention. Status: Completed Nothing further to be done with this issue. Awaiting to be closed. 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.

2 participants