keepass phishing Detection
ID: keepass-phish
Severity: info
Author: rxerium
Tags: phishing,keepass,osint
Description
Section titled “Description”A keepass phishing website was detected
YAML Source
Section titled “YAML Source”id: keepass-phish
info: name: keepass phishing Detection author: rxerium severity: info description: | A keepass phishing website was detected reference: - https://keepass.info metadata: max-request: 1 tags: phishing,keepass,osinthttp: - 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")'# digest: 4a0a00473045022030308493eab23f094bc2629ea73670a885947da2d98d007d6b67a79ed2324f41022100e3e2f88b33a499c7117f2ef9626788c8dfd353382c028a2212bf89349ab3d0cf:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/osint/phishing/keepass-phish.yaml"