25 lines
419 B
YAML
25 lines
419 B
YAML
|
id: uefconnect
|
||
|
|
||
|
info:
|
||
|
name: uefconnect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
tags: osint,osint-business,uefconnect
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://uefconnect.uef.fi/en/person/{{user}}/"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "- UEFConnect</title>"
|