43 lines
995 B
YAML
43 lines
995 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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"Axel"
|
|
fofa-query: app="AxelWebServer"
|
|
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: 4a0a0047304502203e83567d3a3ac6c442c916fda8ce773cefa2e7e50426af98aa6ce39035ab1a1d022100bebdec9ecd141b1dd06c0dbf3d17b70e7dc0daebc2cba88d6dd2fddc3f75be9e:922c64590222798bb761d5b6d8e72950
|