added metadata and matcher update

patch-1
Dhiyaneshwaran 2023-11-24 09:04:54 +05:30 committed by GitHub
parent ff52b0a340
commit 00d90b898b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -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