nuclei-templates/http/exposed-panels/autoset-detect.yaml

39 lines
685 B
YAML
Raw Normal View History

2023-12-31 16:09:36 +00:00
id: autoset-detect
info:
name: AutoSet Page - Detect
author: MaStErCho
severity: info
reference:
- http://autoset.net/xe/
metadata:
max-request: 1
2024-01-19 20:14:09 +00:00
verified: true
shodan-query: title:"AutoSet"
2023-12-31 16:09:36 +00:00
tags: tech,php,autoset,apache
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
2024-01-19 20:14:09 +00:00
- "<title>AutoSet"
- "alt\">AutoSet"
- "logo-map logo-autoset"
condition: or
2023-12-31 16:09:36 +00:00
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
2024-01-19 20:14:09 +00:00
- '<title>AutoSet (\d+(\.\d+)+)\b'