Skip to content

SpiderFoot Login Panel - Detect

ID: spiderfoot

Severity: info

Author: geeknik

Tags: panel,login,tech,spiderfoot

SpiderFoot login panel was detected.

id: spiderfoot
info:
name: SpiderFoot Login Panel - Detect
author: geeknik
severity: info
description: SpiderFoot login 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
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,login,tech,spiderfoot
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>SpiderFoot'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
regex:
- 'SpiderFoot v([0-9.]+)'
# digest: 4a0a0047304502200e32cc7ecea1e137a35b61079c80db3de56c1603f6fdae89c619b48e3680f297022100c928553e0813176ca502b242d3eae62842c7a68dbadf811bdf20839e1235e430: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/spiderfoot.yaml"

View on Github