Skip to content

Arduino User Name Information - Detect

ID: arduino

Severity: info

Author: dwisiswant0

Tags: osint,osint-tech,arduino

Arduino user name information check was conducted.

id: arduino
info:
name: Arduino User Name Information - Detect
author: dwisiswant0
severity: info
description: Arduino 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,arduino
self-contained: true
http:
- method: GET
path:
- "https://create.arduino.cc/projecthub/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "- Arduino Project Hub"
# digest: 4a0a004730450221009c77a47faf662cc994b89da21ff7d364207b953d2c564a1a355708abd35028b102207a20236d191987bc54f11b29c419937cbca4b4e1024007af3d4c3d633637ae3f: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/arduino.yaml"

View on Github