nuclei-templates/takeovers/leadpages-takeover.yaml

30 lines
740 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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 youre looking for may have been moved"
- "Double-check that you have the right web address and give it another go!"
condition: or