Skip to content

Appian User Name Information - Detect

ID: appian

Severity: info

Author: dwisiswant0

Tags: osint,osint-tech,appian

Appian user name information check was conducted.

id: appian
info:
name: Appian User Name Information - Detect
author: dwisiswant0
severity: info
description: Appian 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,appian
self-contained: true
http:
- method: GET
path:
- "https://community.appian.com/members/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "User Profile"
# digest: 490a0046304402207e2f228109d8c20da1c0683ca3ffc751873b40e738d3831267ca580c058c57d5022006d1f8451850620117fc1aa907c87479ec2f23aeebdbd209adedb1df34b646a1: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/appian.yaml"

View on Github