25 lines
387 B
YAML
25 lines
387 B
YAML
id: flickr
|
|
|
|
info:
|
|
name: Flickr
|
|
author: dwisiswant0
|
|
severity: info
|
|
tags: osint,osint-images,flickr
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://www.flickr.com/photos/{{user}}/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "| Flickr"
|