nuclei-templates/takeovers/leadpages-takeover.yaml

30 lines
740 B
YAML
Raw Normal View History

2022-12-08 02:48:51 +00:00
id: leadpages-takeover
info:
name: Leadpages takeover detection
author: philippedelteil
severity: high
reference:
- https://www.youtube.com/watch?v=HRFplefT46U
2022-12-08 08:45:54 +00:00
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/166
- https://github.com/PushpenderIndia/subdover/issues/2
tags: takeover,leadpages
2022-12-08 02:48:51 +00:00
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>"
2022-12-08 08:45:54 +00:00
- "The page youre looking for may have been moved"
- "Double-check that you have the right web address and give it another go!"
condition: or