31 lines
658 B
YAML
31 lines
658 B
YAML
id: mail-archive
|
|
|
|
info:
|
|
name: The Mail Archive Information
|
|
author: lu4nx
|
|
description: Mail-archive information check was conducted.
|
|
severity: info
|
|
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.0
|
|
cwe-id: CWE-200
|
|
tags: osint,osint-coding,maillist
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://www.mail-archive.com/search?l=all&q={{user}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<h3>No matches were found for <i></i>"
|
|
negative: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|