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

Issue with printing matched urls in unsafe mode #3834

Closed
ehsandeep opened this issue Jun 18, 2023 · 0 comments · Fixed by #3831
Closed

Issue with printing matched urls in unsafe mode #3834

ehsandeep opened this issue Jun 18, 2023 · 0 comments · Fixed by #3831
Assignees
Labels
regression 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:

latest/dev

Current Behavior:

echo https://example.com/test?a=b | nuclei -t test.yaml -silent
[basic-example] [http] [info] https://example.com

Expected Behavior:

echo https://example.com/test?a=b | nuclei -t test.yaml -silent
[basic-example] [http] [info] https://example.com/test/?a=b

Steps To Reproduce:

id: basic-example

info:
  name: Test HTTP Template
  author: pdteam
  severity: info

http:
  - raw:
      - |+
        GET / HTTP/1.1
        Host: {{Hostname}}

    unsafe: true
    matchers:
      - type: dsl
        dsl:
          - true
echo https://example.com/test?a=b | nuclei -t test.yaml
@ehsandeep ehsandeep added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Jun 18, 2023
@ehsandeep ehsandeep added this to the nuclei v2.9.7 milestone Jun 18, 2023
@ehsandeep ehsandeep linked a pull request Jun 18, 2023 that will close this issue
4 tasks
@ehsandeep ehsandeep added regression Status: Completed Nothing further to be done with this issue. Awaiting to be closed. labels Jun 18, 2023
@tarunKoyalwar tarunKoyalwar self-assigned this Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression 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