added word matcher
parent
8cb45407ea
commit
bf11edfbf0
|
@ -3,16 +3,16 @@ id: yeswehack
|
||||||
info:
|
info:
|
||||||
name: Yeswehack User Name Information - Detect
|
name: Yeswehack User Name Information - Detect
|
||||||
author: philippedelteil
|
author: philippedelteil
|
||||||
description: Yeswehack user name information check was conducted. (https://yeswehack.com/).
|
|
||||||
Detection will work if the profile is set to be public.
|
|
||||||
severity: info
|
severity: info
|
||||||
|
description: |
|
||||||
|
Yeswehack user name information check was conducted. Detection will work if the profile is set to be public.
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
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
|
cvss-score: 0.0
|
||||||
cwe-id: CWE-200
|
cwe-id: CWE-200
|
||||||
tags: osint,osint-tech,yeswehack
|
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 1
|
max-request: 1
|
||||||
|
tags: osint,osint-tech,yeswehack
|
||||||
|
|
||||||
self-contained: true
|
self-contained: true
|
||||||
http:
|
http:
|
||||||
|
@ -22,6 +22,15 @@ http:
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- '"username":"{{user}}"'
|
||||||
|
- '"kyc_status":'
|
||||||
|
- 'hunter_profile'
|
||||||
|
condition: and
|
||||||
|
case-insensitive: true
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue