Skip to content

Archive Of Our Own Account User Name Information - Detect

ID: archive-of-our-own-account

Severity: info

Author: dwisiswant0

Tags: osint,osint-hobby,archive-of-our-own-account

Archive Of Our Own Account user name information check was conducted.

id: archive-of-our-own-account
info:
name: Archive Of Our Own Account User Name Information - Detect
author: dwisiswant0
severity: info
description: Archive Of Our Own Account 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-hobby,archive-of-our-own-account
self-contained: true
http:
- method: GET
path:
- "https://archiveofourown.org/users/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- ">Profile<"
# digest: 4a0a0047304502203e5cab312bb4a48a3d0e4a89584bcbad3c5f175b97e7ebaf158d0e744e55b6560221009e743714d2cd5e7c8c69536186cc85409d66fab698387db8045498a831c99edc: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/archive-of-our-own-account.yaml"

View on Github