id: ametys-admin-login info: name: Ametys Admin Login Panel author: pathtaga severity: info description: An Ametys admin login panel was discovered. classification: cwe-id: CWE-200 tags: panel,ametys,cms requests: - method: GET path: - '{{BaseURL}}/_admin/index.html' matchers-condition: and matchers: - type: word words: - 'Ametys - Log in' - '' condition: or - type: status status: - 200 extractors: - type: regex part: body group: 1 regex: - ' ([0-9.]+)' # Enhanced by mp on 2022/03/16