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 template (rawhttp) #3175

Closed
ehsandeep opened this issue Jan 9, 2023 · 0 comments · Fixed by #3211
Closed

issue with template (rawhttp) #3175

ehsandeep opened this issue Jan 9, 2023 · 0 comments · Fixed by #3211
Assignees
Labels
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

ehsandeep commented Jan 9, 2023

Nuclei version:

main | dev < 2.8.4

Test template:

requests:
  - raw:
      - |+
        GET /%20test%0a HTTP/1.1
        Host: {{Hostname}}

    unsafe: true

Current Behavior:

[INF] [test-injection] Dumped HTTP request for https://redacted/%20test%0a

GET / test
 HTTP/1.1
Host: redacted

Expected Behavior:

[INF] [test-injection] Dumped HTTP request for https://redacted/%20test%0a

GET /%20test%0a HTTP/1.1
Host: redacted
@ehsandeep ehsandeep added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Jan 9, 2023
@tarunKoyalwar tarunKoyalwar self-assigned this Jan 9, 2023
@tarunKoyalwar tarunKoyalwar linked a pull request Jan 17, 2023 that will close this issue
4 tasks
@ehsandeep ehsandeep added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Jan 24, 2023
@ehsandeep ehsandeep added this to the nuclei v2.8.8 milestone Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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