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
|
|
|
|
cwe-id: CWE-200
|
2022-10-07 11:36:19 +00:00
|
|
|
metadata:
|
2024-06-07 10:04:29 +00:00
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2022-10-07 11:46:33 +00:00
|
|
|
shodan-query: http.title:"Axel"
|
2024-06-07 10:04:29 +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>'
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 4a0a0047304502207dd98ee4507bb39aca1ec1107e0928587db8acc9e826b1aa38b5073869122e440221009734e82f0e1f884f64e27a686b1434d7f75c00937551c50e8806d97ca4aa3448:922c64590222798bb761d5b6d8e72950
|