Skip to content

brave phishing Detection

ID: brave-phish

Severity: info

Author: rxerium

Tags: phishing,brave,osint

A brave phishing website was detected

id: brave-phish
info:
name: brave phishing Detection
author: rxerium
severity: info
description: |
A brave phishing website was detected
reference:
- https://brave.com
metadata:
max-request: 1
tags: phishing,brave,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Brave Browser Download | Brave'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"brave.com")'
# digest: 4b0a00483046022100f3124c172ee8c1b7971e74b2d7848d23784d4873221a987681a1bdd7c9b795490221009f7a596e94e90c3deda0e8656138b68531d6b4d9b99b812eea3983ac8b3a8f8c:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/brave-phish.yaml"

View on Github