Skip to content

Raw Request Bug #1940

Closed Answered by ehsandeep
vysecurity asked this question in Q&A
Discussion options

You must be logged in to vote

@vysecurity that's standard behavior as per RFC, but nuclei do support optional rawhttp library to make non rfc compliant requests, to use rawhttp library in your template you just need to add unsafe: true and it will work as you expected.

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

    unsafe: true

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by forgedhallpass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1939 on May 05, 2022 12:35.