2023-02-20 18:42:46 +00:00
|
|
|
id: instagram
|
|
|
|
|
|
|
|
info:
|
2023-03-17 14:32:27 +00:00
|
|
|
name: Instagram User Name Information - Detect
|
2023-02-20 18:42:46 +00:00
|
|
|
author: dwisiswant0
|
2023-03-17 14:48:38 +00:00
|
|
|
description: Instagram user name information check was conducted.
|
2023-02-20 18:42:46 +00:00
|
|
|
severity: info
|
2023-03-02 21:29:29 +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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-09-04 12:31:19 +00:00
|
|
|
tags: osint,osint-social,instagram
|
2023-02-20 18:42:46 +00:00
|
|
|
|
|
|
|
self-contained: true
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-02-20 18:42:46 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2023-09-04 12:31:19 +00:00
|
|
|
- "https://www.instagram.com/{{user}}"
|
2023-02-20 18:42:46 +00:00
|
|
|
|
2023-09-04 12:31:19 +00:00
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
2023-02-20 18:42:46 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2023-09-04 12:31:19 +00:00
|
|
|
- '{"username":"{{user}}"}'
|
|
|
|
- 'Instagram photos and videos from'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|