kayak phishing Detection
ID: kayak-phish
Severity: info
Author: rxerium
Tags: phishing,kayak,osint
Description
Section titled “Description”A kayak phishing website was detected
YAML Source
Section titled “YAML Source”id: kayak-phish
info: name: kayak phishing Detection author: rxerium severity: info description: | A kayak phishing website was detected reference: - https://kayak.co.uk metadata: max-request: 1 tags: phishing,kayak,osinthttp: - method: GET path: - "{{BaseURL}}"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word words: - 'Search Flights, Hotels & Car Hire | KAYAK'
- type: status status: - 200
- type: dsl dsl: - '!contains(host,"kayak.co.uk")'# digest: 4b0a00483046022100902adbd7c3836bc13f26442af90c1bd0fbf5ef35ef64df3274675dca2bd5e13702210092dcd392cab04bfb455ebe4cf95c437f48e1aef8f104f25b8b450dc9375fe19c: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/kayak-phish.yaml"