Skip to content

SpotWeb Login Panel - Detect

ID: spotweb-login-panel

Severity: info

Author: theamanrawat

Tags: panel,spotweb,detect,spotweb_project

id: spotweb-login-panel
info:
name: SpotWeb Login Panel - Detect
author: theamanrawat
severity: info
classification:
cpe: cpe:2.3:a:spotweb_project:spotweb:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: spotweb_project
product: spotweb
shodan-query:
- title:"SpotWeb - overview"
- http.title:"spotweb - overview"
fofa-query: title="spotweb - overview"
google-query: intitle:"spotweb - overview"
tags: panel,spotweb,detect,spotweb_project
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "SpotWeb - overview"
- "initSpotwebJs"
condition: or
- type: status
status:
- 200
# digest: 490a0046304402202d3b537f0e3253b396e19d6589efd038cad89c675c96b8c747c1db0038ca134302201372956665b64c2a55377728e4d84e2cb3dac8c41d0472d9eb3bb14b714344a3: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/spotweb-login-panel.yaml"

View on Github