firefox phishing Detection
ID: firefox-phish
Severity: info
Author: rxerium
Tags: phishing,firefox,osint
Description
Section titled “Description”A firefox phishing website was detected
YAML Source
Section titled “YAML Source”id: firefox-phish
info: name: firefox phishing Detection author: rxerium severity: info description: | A firefox phishing website was detected reference: - https://www.mozilla.org/en-GB/firefox/new/ metadata: max-request: 1 tags: phishing,firefox,osinthttp: - method: GET path: - "{{BaseURL}}"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word words: - 'Download Firefox for Desktop — Mozilla'
- type: status status: - 200
- type: dsl dsl: - '!contains(host,"mozilla.org")'# digest: 4b0a00483046022100fb6af50461b1a548630945bd6d63b2759c48e5d113546d1de8cc62e45d054063022100ac199e582ccca767d706754d59b79648b4645f4237dc6720e7092a0134cb6f71: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/firefox-phish.yaml"