Skip to content

Internet Archive User Search User Name Information - Detect

ID: internet-archive-user-search

Severity: info

Author: dwisiswant0

Tags: osint,osint-misc,internet-archive-user-search

Internet Archive User Search user name information check was conducted.

id: internet-archive-user-search
info:
name: Internet Archive User Search User Name Information - Detect
author: dwisiswant0
severity: info
description: Internet Archive User Search 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-user-search
self-contained: true
http:
- method: GET
path:
- "https://archive.org/search.php?query={{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "<!--/.item-ia-->"
# digest: 4b0a004830460221008a535d55c6c690707ff6a2850aad0e182b0b384dae6952e252a167034d7aaf2d022100c99de6b1c328a4b029a2c3e475e0729d180cb4f628d6e009d335fd25ea0fbb94: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/internet-archive-user-search.yaml"

View on Github