Skip to content

ImageShack User Name Information - Detect

ID: imageshack

Severity: info

Author: dwisiswant0

Tags: osint,osint-images,imageshack

ImageShack user name information check was conducted.

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

View on Github