Skip to content

Flipboard User Name Information - Detect

ID: flipboard

Severity: info

Author: dwisiswant0

Tags: osint,osint-tech,flipboard

Flipboard user name information check was conducted.

id: flipboard
info:
name: Flipboard User Name Information - Detect
author: dwisiswant0
severity: info
description: Flipboard 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-tech,flipboard
self-contained: true
http:
- method: GET
path:
- "https://flipboard.com/@{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- ") on Flipboard"
# digest: 490a0046304402202238131691be22cae66a46a614bb04d3bc18779fc67de91e38aa1718716623030220737921ab07fd3cc1f9479d2b9e77a03e548150ecb02126d0dde7222306d06623: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/flipboard.yaml"

View on Github