added metadata and matcher update
parent
ff52b0a340
commit
00d90b898b
|
@ -20,7 +20,11 @@ info:
|
||||||
epss-percentile: 0.945280000
|
epss-percentile: 0.945280000
|
||||||
cpe: cpe:2.3:a:magnussolution:magnusbilling:*:*:*:*:*:*:*:*
|
cpe: cpe:2.3:a:magnussolution:magnusbilling:*:*:*:*:*:*:*:*
|
||||||
metadata:
|
metadata:
|
||||||
|
vendor: magnussolution
|
||||||
|
product: magnusbilling
|
||||||
shodan-query: http.html:"magnusbilling"
|
shodan-query: http.html:"magnusbilling"
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
tags: cve,cve2023,magnusbilling,rce,oast,unauth
|
tags: cve,cve2023,magnusbilling,rce,oast,unauth
|
||||||
|
|
||||||
http:
|
http:
|
||||||
|
@ -31,10 +35,15 @@ http:
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: interactsh_protocol
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
||||||
words:
|
words:
|
||||||
- "http"
|
- "http"
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: interactsh_request
|
||||||
|
words:
|
||||||
|
- "User-Agent: curl"
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue