nuclei-templates/http/osint/phishing/bitwarden-phish.yaml

33 lines
639 B
YAML
Raw Normal View History

2024-02-18 07:43:57 +00:00
id: bitwarden-phish
2024-02-16 20:27:33 +00:00
info:
2024-02-18 07:43:57 +00:00
name: bitwarden phishing Detection
2024-02-16 20:27:33 +00:00
author: rxerium
severity: info
description: |
2024-02-18 07:43:57 +00:00
A bitwarden phishing website was detected
2024-02-16 20:27:33 +00:00
reference:
2024-02-18 07:43:57 +00:00
- https://bitwarden.com
tags: phishing,bitwarden
2024-02-16 20:27:33 +00:00
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
2024-02-18 07:43:57 +00:00
- 'The password manager trusted by millions | Bitwarden'
2024-02-16 20:27:33 +00:00
- type: status
status:
- 200
- type: dsl
dsl:
2024-02-18 07:43:57 +00:00
- '!contains(host,"bitwarden.com")'