40 lines
964 B
YAML
40 lines
964 B
YAML
id: instagram
|
|
|
|
info:
|
|
name: Instagram User Name Information - Detect
|
|
author: dwisiswant0
|
|
severity: info
|
|
description: Instagram 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-social,instagram
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://www.instagram.com/{{user}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '{"username":"{{user}}"}'
|
|
- 'Instagram photos and videos from'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502206f1f90d0ae6e87ffabb1bc19701bebc732a900faf42983eb19ef61612390649c022100e4c2da1597598563b42ecb16fbd584af21937dc9ae4aefbdc7ce0304708b816d:922c64590222798bb761d5b6d8e72950
|