updated matchers

patch-1
Ritik Chaddha 2023-09-15 14:37:50 +05:30 committed by GitHub
parent 269f22a2c7
commit 3ce8359a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 5 deletions

View File

@ -3,27 +3,37 @@ id: intigriti
info:
name: Intigriti User Name Information - Detect
author: philippedelteil
description: Intigriti user name information check was conducted.
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.0
cwe-id: CWE-200
tags: osint,osint-tech,intigriti
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: status
status:
- 200
- 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