30 lines
740 B
YAML
30 lines
740 B
YAML
id: leadpages-takeover
|
||
|
||
info:
|
||
name: Leadpages takeover detection
|
||
author: philippedelteil
|
||
severity: high
|
||
reference:
|
||
- https://www.youtube.com/watch?v=HRFplefT46U
|
||
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/166
|
||
- https://github.com/PushpenderIndia/subdover/issues/2
|
||
tags: takeover,leadpages
|
||
|
||
requests:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}"
|
||
|
||
matchers-condition: and
|
||
matchers:
|
||
- type: dsl
|
||
dsl:
|
||
- Host != ip
|
||
|
||
- type: word
|
||
words:
|
||
- "<h1>We couldn't find that page</h1>"
|
||
- "The page you’re looking for may have been moved"
|
||
- "Double-check that you have the right web address and give it another go!"
|
||
condition: or
|