-H 'Host: aa.work.com' do not work #693
-
when i use nuclei , i want to set header Host ,so I use the command : |
Beta Was this translation helpful? Give feedback.
Answered by
ehsandeep
Apr 30, 2021
Replies: 1 comment 1 reply
-
@yaochangfei You can do this within the template with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ehsandeep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@yaochangfei You can do this within the template with
unsafe: true
, more details here.