34 lines
962 B
YAML
34 lines
962 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
|
||
metadata:
|
||
max-request: 1
|
||
tags: takeover,leadpages
|
||
|
||
http:
|
||
- 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
|
||
|
||
# digest: 4a0a00473045022030ff6b3efedbd2c14822201e04cfebb6639085b24cf85649e4a09889feee1a4f0221009d3379de248b0e51794bf7e447f471fc5dc8c9596cb483353609a3ca1fa79ed5:922c64590222798bb761d5b6d8e72950
|