Skip to content

Foursquare User Name Information - Detect

ID: foursquare

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,foursquare

Foursquare user name information check was conducted.

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

View on Github