format update
parent
d65eb953ee
commit
c573574073
|
@ -1,19 +1,30 @@
|
||||||
id: helpdocs-io-takeover
|
id: helpdocs-takeover
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: helpdocs.io takeover detection
|
name: HelpDocs Takeover Detection
|
||||||
author: philippedelteil
|
author: philippedelteil
|
||||||
severity: info
|
severity: high
|
||||||
tags: takeover
|
reference:
|
||||||
reference: https://github.com/EdOverflow/issues/402
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/402
|
||||||
|
metadata:
|
||||||
|
max-request: 1
|
||||||
|
tags: takeover,helpdocs
|
||||||
|
|
||||||
requests:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
redirects: true
|
redirects: true
|
||||||
max-redirects: 2
|
max-redirects: 2
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- Host != ip
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
words:
|
words:
|
||||||
- "You've tried to access an account/page that does not exist"
|
- 'You've tried to access an account/page that does not exist'
|
||||||
|
|
Loading…
Reference in New Issue