nuclei-templates/http/osint/polywork.yaml

34 lines
680 B
YAML
Raw Normal View History

2023-03-04 20:22:36 +00:00
id: polywork
info:
2023-03-17 14:32:27 +00:00
name: Polywork User Name Information - Detect
2023-03-04 20:22:36 +00:00
author: olearycrew
severity: info
2023-03-17 14:48:38 +00:00
description: Polywork user name information check was conducted.
2023-03-04 20:22:36 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-03-04 21:06:45 +00:00
tags: osint,osint-social,polywork
metadata:
max-request: 1
2023-03-04 20:22:36 +00:00
self-contained: true
http:
2023-03-04 20:22:36 +00:00
- method: GET
path:
- "https://polywork.com/{{user}}"
2023-03-04 21:06:45 +00:00
redirects: true
max-redirects: 2
2023-03-04 20:22:36 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "profile on Polywork"
2023-03-04 21:06:45 +00:00
- type: status
status:
- 200