Skip to content

AutoSet Page - Detect

ID: autoset-detect

Severity: info

Author: MaStErCho

Tags: tech,php,autoset,apache,panel

id: autoset-detect
info:
name: AutoSet Page - Detect
author: MaStErCho
severity: info
reference:
- http://autoset.net/xe/
metadata:
verified: true
max-request: 1
shodan-query: title:"AutoSet"
tags: tech,php,autoset,apache,panel
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "<title>AutoSet"
- "alt\">AutoSet"
- "logo-map logo-autoset"
condition: or
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<title>AutoSet (\d+(\.\d+)+)\b'
# digest: 4b0a00483046022100a4b0946c89f46408a62d7a137dd1aa8c2b3da8f924fe6b7ebe1e37ccd82e6d9e022100ec63925ad4fb04d7fd23cd7c1f1569e046fe436b1a95e25a82aae7d2257ce0cf:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/autoset-detect.yaml"

View on Github