Skip to content

Google phishing Detection

ID: google-phish

Severity: info

Author: rxerium

Tags: phishing,google,osint

A google phishing website was detected

id: google-phish
info:
name: Google phishing Detection
author: rxerium
severity: info
description: |
A google phishing website was detected
reference:
- https://google.com
metadata:
max-request: 1
tags: phishing,google,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Sign in - Google Accounts'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"google.com")'
# digest: 4a0a00473045022100e9bea1e6ae65a986aebd5e83cee5c0026757c9378ee9cbce0f4dcd3948bbb55302200d1d79d4b98b96c3372b0482ba261dbea7f7ab6de32e41d94e06e618d636f326: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/google-phish.yaml"

View on Github