Skip to content

MyLot User Name Information - Detect

ID: mylot

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,mylot

MyLot user name information check was conducted.

id: mylot
info:
name: MyLot User Name Information - Detect
author: dwisiswant0
severity: info
description: MyLot 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-social,mylot
self-contained: true
http:
- method: GET
path:
- "https://www.mylot.com/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "on myLot</title>"
# digest: 4a0a00473045022100901f2bccaab79be1f9e58b525a39a4a2671e485dc0ba94833bcd69d7c19aa1170220083bdff76931971bf097130087c65d1fbc80cddbae5c12b4cd74a09017e19afa: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/mylot.yaml"

View on Github