nuclei-templates/http/osint/instagram.yaml

36 lines
769 B
YAML
Raw Normal View History

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
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
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
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