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

33 lines
722 B
YAML
Raw Normal View History

2024-02-18 07:43:57 +00:00
id: keepass-phish
info:
name: keepass phishing Detection
author: rxerium
severity: info
description: |
A keepass phishing website was detected
reference:
- https://keepass.info
2024-03-08 07:16:17 +00:00
tags: phishing,keepass,osint
2024-02-18 07:43:57 +00:00
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'KeePass is a free open source password manager. Passwords can be stored in an encrypted database, which can be unlocked with one master key.'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"keepass.info")'