Update instagram.yaml
parent
f785a4432a
commit
d0eb2c033b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue