format update
parent
d65eb953ee
commit
c573574073
|
@ -1,19 +1,30 @@
|
|||
id: helpdocs-io-takeover
|
||||
id: helpdocs-takeover
|
||||
|
||||
info:
|
||||
name: helpdocs.io takeover detection
|
||||
name: HelpDocs Takeover Detection
|
||||
author: philippedelteil
|
||||
severity: info
|
||||
tags: takeover
|
||||
reference: https://github.com/EdOverflow/issues/402
|
||||
severity: high
|
||||
reference:
|
||||
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/402
|
||||
metadata:
|
||||
max-request: 1
|
||||
tags: takeover,helpdocs
|
||||
|
||||
requests:
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- Host != ip
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
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