42 lines
819 B
YAML
42 lines
819 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
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"Axel"
|
|
fofa-query: app="AxelWebServer"
|
|
tags: panel,axel,webserver
|
|
|
|
requests:
|
|
- 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>'
|
|
|
|
# Enhanced by md on 2022/11/01
|