Skip to content

Instagram User Name Information - Detect

ID: instagram

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,instagram

Instagram user name information check was conducted.

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: 4a0a00473045022100ca9c1a305172b0b78c98b525d0afe5a3be097b9ffe3df79b18b4ef649c02331f022041c5a3437d4be4010462ee44558c9ce9e353224b1ad1b5bbbd439fb5b38b82fc:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/user-enumeration/instagram.yaml"

View on Github