34 lines
881 B
YAML
34 lines
881 B
YAML
id: spiderfoot
|
|
|
|
info:
|
|
name: SpiderFoot Detection
|
|
author: geeknik
|
|
severity: info
|
|
description: SpiderFoot is an OSINT automation tool. It integrates with just about every data source available and utilises a range of methods for data analysis, making that data easy to navigate. SpiderFoot has
|
|
an embedded web-server for providing a clean and intuitive web-based interface but can also be used completely via the command-line.
|
|
tags: panel,login,tech,spiderfoot
|
|
|
|
requests:
|
|
- 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.]+)'
|