Skip to content

Intigriti User Name Information - Detect

ID: intigriti

Severity: info

Author: philippedelteil

Tags: osint,osint-tech,intigriti

Intigriti user name information check was conducted.

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

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/user-enumeration/intigriti.yaml"

View on Github