22 lines
469 B
YAML
22 lines
469 B
YAML
|
id: gitbook-takeover
|
||
|
|
||
|
info:
|
||
|
name: gitbook takeover detection
|
||
|
author: philippedelteil
|
||
|
severity: high
|
||
|
tags: takeover,gitbook
|
||
|
reference:
|
||
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/259
|
||
|
- https://hackerone.com/reports/223625
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "If you need specifics, here's the error"
|
||
|
- "Domain not found"
|
||
|
condition: and
|