nuclei-templates/http/osint/phishing/booking-phish.yaml

33 lines
659 B
YAML
Raw Normal View History

2024-02-17 11:46:39 +00:00
id: booking-phish
info:
name: booking phishing Detection
author: rxerium
severity: info
description: |
A booking phishing website was detected
reference:
- https://booking.com
tags: phishing,booking
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Booking.com | Official site | The best hotels, flights, car rentals & accommodations'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"booking.com")'