nuclei-templates/http/osint/intigriti.yaml

40 lines
861 B
YAML
Raw Normal View History

2023-09-15 01:27:10 +00:00
id: intigriti
info:
name: Intigriti User Name Information - Detect
author: philippedelteil
severity: info
2023-09-15 09:07:50 +00:00
description: Intigriti user name information check was conducted.
2023-09-15 01:27:10 +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
metadata:
max-request: 1
2023-09-15 09:07:50 +00:00
tags: osint,osint-tech,intigriti
2023-09-15 01:27:10 +00:00
self-contained: true
http:
- method: GET
path:
- "https://app.intigriti.com/profile/{{user}}"
2023-09-15 09:07:50 +00:00
2023-09-15 01:27:10 +00:00
matchers-condition: and
matchers:
2023-09-15 09:07:50 +00:00
- type: word
part: body
words:
- 'Rep. all time</h5>'
- '<title>{{user}} - Intigriti</title>'
condition: and
2023-09-15 01:27:10 +00:00
- type: word
part: body
words:
- "We didn't find what you're looking for"
negative: true
2023-09-15 09:07:50 +00:00
- type: status
status:
- 200