25 lines
390 B
YAML
25 lines
390 B
YAML
|
id: friendweb
|
||
|
|
||
|
info:
|
||
|
name: Friendweb
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
tags: osint,osint-social,friendweb
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://friendweb.nl/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "friendweb.nl"
|