38 lines
912 B
YAML
38 lines
912 B
YAML
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'
|
|
- 'support@spiderfoot.net'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- 'SpiderFoot v([0-9.]+)'
|
|
# digest: 490a004630440220390d5bd89418b75864bce9bc32ec8ea04b13575aeed624cef78eee6da777294f02203da524bbed816fb5a77bf6e364114a9468042e4c4a0312e65540ec3d01cea3f5:922c64590222798bb761d5b6d8e72950 |