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

33 lines
759 B
YAML
Raw Normal View History

2024-02-16 20:27:33 +00:00
id: roblox-phish
info:
2024-02-16 21:51:28 +00:00
name: roblox phishing Detection
2024-02-16 20:27:33 +00:00
author: rxerium
severity: info
description: |
2024-02-16 21:51:28 +00:00
A roblox phishing website was detected
2024-02-16 20:27:33 +00:00
reference:
- https://roblox.com
2024-03-08 07:16:17 +00:00
tags: phishing,roblox,osint
2024-02-16 20:27:33 +00:00
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Roblox is ushering in the next generation of entertainment. Imagine, create, and play together with millions of people across an infinite variety of immersive, user-generated 3D worlds.'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"roblox.com")'