Skip to content

Diigo User Name Information - Detect

ID: diigo

Severity: info

Author: dwisiswant0

Tags: osint,osint-images,diigo

Diigo user name information check was conducted.

id: diigo
info:
name: Diigo User Name Information - Detect
author: dwisiswant0
severity: info
description: Diigo 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-images,diigo
self-contained: true
http:
- method: GET
path:
- "https://www.diigo.com/interact_api/load_profile_info?name={{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "regist_at"
# digest: 4b0a00483046022100f0a9a66fac76bae98d0208073f85000ff8b991964b23cddef0080b316cbe446f022100bc2dde6a21ef135c976c4a082cdd8a9c459b37a69b7afbe5552cc3eac76b102a: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/diigo.yaml"

View on Github