2022-10-07 12:41:26 +00:00
|
|
|
id: axel-webserver
|
2022-10-07 11:36:19 +00:00
|
|
|
|
|
|
|
info:
|
2022-11-08 20:55:31 +00:00
|
|
|
name: Axel WebServer - Panel Detect
|
2022-10-07 11:36:19 +00:00
|
|
|
author: pikpikcu
|
|
|
|
severity: info
|
2022-11-08 20:55:31 +00:00
|
|
|
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
|
2022-10-07 11:36:19 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-10-07 11:46:33 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: http.title:"Axel"
|
2022-10-07 11:36:19 +00:00
|
|
|
fofa-query: app="AxelWebServer"
|
2022-10-07 12:41:26 +00:00
|
|
|
tags: panel,axel,webserver
|
2022-10-07 11:36:19 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-10-07 11:36:19 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2022-10-07 11:46:33 +00:00
|
|
|
- type: regex
|
2022-10-07 11:36:19 +00:00
|
|
|
part: body
|
2022-10-07 11:46:33 +00:00
|
|
|
regex:
|
|
|
|
- "<title>(.*)Axel MyWeb(.*)</title>"
|
2022-10-07 11:36:19 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-10-07 11:46:33 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2022-10-07 12:38:45 +00:00
|
|
|
- 'Axel MyWeb (.*)</title>'
|
2022-11-08 20:55:31 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/11/01
|