40 lines
975 B
YAML
40 lines
975 B
YAML
id: axel-webserver
|
|
|
|
info:
|
|
name: Axel WebServer - Panel Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
description: Axel WebServer panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
fofa-query: app="AxelWebServer"
|
|
max-request: 1
|
|
shodan-query: http.title:"Axel"
|
|
verified: true
|
|
tags: panel,axel,webserver
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "<title>(.*)Axel MyWeb(.*)</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'Axel MyWeb (.*)</title>'
|
|
# digest: 4a0a0047304502210096153e74c6a2e5ac1654dba3ab425d62798426f6989aabf3d67a1971b7319c1502206fd9fb03d2f6bc24884cc51fa767485e2bfcdde7809c9f7c54733fff531f3fde:922c64590222798bb761d5b6d8e72950 |