Swag Instance Default Page Panel - Detect
ID: swag-instance-default-page
Severity: info
Author: DhiyaneshDK
Tags: panel,tech
Description
Section titled “Description”Swag Instance Default Page panel was detected.
YAML Source
Section titled “YAML Source”id: swag-instance-default-page
info: name: Swag Instance Default Page Panel - Detect author: DhiyaneshDK severity: info description: Swag Instance Default Page 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: title:"Welcome to your SWAG instance" tags: panel,tech
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word words: - "<title>Welcome to your SWAG instance</title>"
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 4a0a00473045022100ec9cf601c7eeb10f13bac3bd014e55304fae081b5fce24f87a4476ac8a41b37a02204ca09124151e663ef27ef75ac7b0b756b87e1052f33ab587f3b47f8954c75feb:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/technologies/swag-instance-default-page.yaml"