Skip to content

Bikemap User Name Information - Detect

ID: bikemap

Severity: info

Author: dwisiswant0

Tags: osint,osint-health,bikemap

Bikemap user name information check was conducted.

id: bikemap
info:
name: Bikemap User Name Information - Detect
author: dwisiswant0
severity: info
description: Bikemap 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-health,bikemap
self-contained: true
http:
- method: GET
path:
- "https://www.bikemap.net/en/u/{{user}}/routes/created/"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: header
words:
- "- 🚲 Bikemap</title>"
# digest: 4a0a00473045022047fb15c513ab856bf4f104f1438bdbe60deb8bc572a67fc8415fd56c16c1df08022100f3dfdd5c628684bd4fb25cd0a36139ed9cb7c3975d2102557ad2751381696b54: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/bikemap.yaml"

View on Github