35 lines
902 B
YAML
35 lines
902 B
YAML
id: internet-archive-account
|
|
|
|
info:
|
|
name: Internet Archive Account User Name Information - Detect
|
|
author: dwisiswant0
|
|
severity: info
|
|
description: Internet Archive 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-misc,internet-archive-account
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://archive.org/details/@{{user}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>User Account"
|
|
|
|
# digest: 490a0046304402202c35cc48ae54af1c588006ddff8cc60d4bf271b27ddc8a9bc2cef500e2c1d1d802201bb800fb6055feef79f504b2beb895526b9ca08ec3136c9354135c5df6332cf2:922c64590222798bb761d5b6d8e72950
|