target phishing Detection
ID: target-phish
Severity: info
Author: rxerium
Tags: phishing,target,osint
Description
Section titled “Description”A target phishing website was detected
YAML Source
Section titled “YAML Source”id: target-phish
info: name: target phishing Detection author: rxerium severity: info description: | A target phishing website was detected reference: - https://target.com metadata: max-request: 1 tags: phishing,target,osinthttp: - method: GET path: - "{{BaseURL}}"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word words: - 'Target : Expect More. Pay Less.'
- type: status status: - 200
- type: dsl dsl: - '!contains(host,"target.com")'# digest: 4a0a00473045022059a19a4d7331702fbe66e87c8b3d7e58175032d54e1c5325bb125a59efead554022100a135694e3c0b9e291845c3a883bed148a8b24b793834de5a0f2056f688896c84: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/target-phish.yaml"