Skip to content

Sphider Admin Login Panel - Detect

ID: sphider-login

Severity: info

Author: dhiyaneshDK

Tags: edb,panel,sphider

Sphider admin login panel was detected.

id: sphider-login
info:
name: Sphider Admin Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Sphider admin login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6641
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:sphider:sphider:*:*:*:*:*:*:*:*
metadata:
max-request: 3
vendor: sphider
product: sphider
tags: edb,panel,sphider
http:
- method: GET
path:
- '{{BaseURL}}/admin/spider.php'
- '{{BaseURL}}/sphider/admin/admin.php'
- '{{BaseURL}}/search/admin/admin.php'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '<title>Sphider Admin Login</title>'
- type: status
status:
- 200
# digest: 490a0046304402203a16372f689f8a01fdc0eea981f34eca15057d0f907784775d0a84a2a9fe22e20220166dab10e1255f7896b2d53d2234523c74f390b3a4ff31bec63fd28d5c2efdb1: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/sphider-login.yaml"

View on Github