Skip to content

Paypal phishing Detection

ID: Paypal-phish

Severity: info

Author: rxerium

Tags: phishing,paypal,osint

A Paypal phishing website was detected

id: Paypal-phish
info:
name: Paypal phishing Detection
author: rxerium
severity: info
description: |
A Paypal phishing website was detected
reference:
- https://paypal.com
metadata:
max-request: 1
tags: phishing,paypal,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- "Log in to PayPal automatically for faster checkout without entering your password wherever you're logged in with your Google account."
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"paypal.com")'
# digest: 4b0a00483046022100f984d080b5af51623bd4fa276ae3ac467827a937021ea6f71c2fa9370eaad6cb022100e1d8d61f5ad224aa0ac014a90a08f650ac2aee179f6f29285f21179f7300da6c: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/paypal-phish.yaml"

View on Github