commit
dde0ee23dc
|
@ -0,0 +1,30 @@
|
||||||
|
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
|
Loading…
Reference in New Issue