Skip to content

opera phishing Detection

ID: opera-phish

Severity: info

Author: rxerium

Tags: phishing,opera,osint

A opera phishing website was detected

id: opera-phish
info:
name: opera phishing Detection
author: rxerium
severity: info
description: |
A opera phishing website was detected
reference:
- https://opera.com
metadata:
max-request: 1
tags: phishing,opera,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Opera Web Browser | Faster, Safer, Smarter | Oper'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"opera.com")'
# digest: 490a00463044022033726f8a97b8cc8c535434e2917ee1b32fc0cfd20d90ffb68daf2a7d310dc559022018d3c34aa10567b5f8bcef6d19e93c65dc5b60f5e70223bbdbd9321e816ce9db: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/opera-phish.yaml"

View on Github