From d0eb2c033b5e950cf7402a8a1a20a7ab5f21bd88 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:01:19 +0530 Subject: [PATCH] Update instagram.yaml --- http/osint/instagram.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/http/osint/instagram.yaml b/http/osint/instagram.yaml index 862b56c096..fcde5aa26b 100644 --- a/http/osint/instagram.yaml +++ b/http/osint/instagram.yaml @@ -9,23 +9,27 @@ info: 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 - tags: osint,osint-social,instagram metadata: max-request: 1 + tags: osint,osint-social,instagram self-contained: true http: - method: GET path: - - "https://www.picuki.com/profile/{{user}}" + - "https://www.instagram.com/{{user}}" + host-redirects: true + max-redirects: 2 matchers-condition: and matchers: - - type: status - status: - - 200 - - type: word part: body words: - - "Instagram profile with posts and stories" + - '{"username":"{{user}}"}' + - 'Instagram photos and videos from' + condition: and + + - type: status + status: + - 200