Paypal phishing Detection
ID: Paypal-phish
Severity: info
Author: rxerium
Tags: phishing,paypal,osint
Description
Section titled “Description”A Paypal phishing website was detected
YAML Source
Section titled “YAML Source”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,osinthttp: - 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: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/paypal-phish.yaml"