Removing takeover templates with no actual impact
parent
6112d8166d
commit
ded0c4de57
|
@ -1,21 +0,0 @@
|
|||
id: acquia-takeover
|
||||
|
||||
info:
|
||||
name: Acquia Takeover Detection
|
||||
author: pdteam
|
||||
severity: info
|
||||
tags: takeover
|
||||
reference: https://github.com/EdOverflow/can-i-take-over-xyz
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
name: acquia
|
||||
words:
|
||||
- If you are an Acquia Cloud customer and expect to see your site at this address
|
||||
- The site you are looking for could not be found.
|
||||
condition: and
|
|
@ -1,23 +0,0 @@
|
|||
id: ceros-takeover
|
||||
|
||||
info:
|
||||
name: ceros takeover detection
|
||||
author: abison_binoy
|
||||
severity: info
|
||||
tags: takeover
|
||||
reference:
|
||||
- https://twitter.com/abison_binoy/status/1412606224030339072
|
||||
- https://www.ceros.com/educate/help_center/using-your-own-vanity-domain/
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Sorry, page not found"
|
||||
- "Please check the url and"
|
||||
- "/view.ceros.com/"
|
||||
condition: and
|
|
@ -1,18 +0,0 @@
|
|||
id: fastly-takeover
|
||||
|
||||
info:
|
||||
name: fastly takeover detection
|
||||
author: pdteam
|
||||
severity: info
|
||||
tags: takeover
|
||||
reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/22
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Fastly error: unknown domain:"
|
|
@ -1,21 +0,0 @@
|
|||
id: freshservice-takeover
|
||||
|
||||
info:
|
||||
name: freshservice takeover detection
|
||||
author: philippedelteil
|
||||
severity: info
|
||||
tags: takeover
|
||||
reference: https://twitter.com/secuaudit/status/1142514805590433793
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'There is no helpdesk here!'
|
||||
- 'Maybe this is still fresh!'
|
||||
- 'freshservice.com'
|
||||
condition: and
|
|
@ -1,20 +0,0 @@
|
|||
id: landingi-takeover
|
||||
|
||||
info:
|
||||
name: landingi takeover detection
|
||||
author: pdteam
|
||||
severity: info
|
||||
tags: takeover
|
||||
reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/117
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- It looks like you're lost
|
||||
- The page you are looking for is not found
|
||||
condition: and
|
|
@ -1,20 +0,0 @@
|
|||
id: medium-takeover
|
||||
|
||||
info:
|
||||
name: Medium Takeover Detection
|
||||
author: rtcms
|
||||
severity: info
|
||||
tags: takeover
|
||||
reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/206
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- Oops! We couldn’t find that page
|
||||
- Sorry about that
|
||||
condition: and
|
|
@ -1,17 +0,0 @@
|
|||
id: smartling-takeover
|
||||
|
||||
info:
|
||||
name: smartling takeover detection
|
||||
author: pdteam
|
||||
severity: info
|
||||
tags: takeover
|
||||
reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/67
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- Domain is not configured
|
|
@ -1,20 +0,0 @@
|
|||
id: vercel-takeover
|
||||
|
||||
info:
|
||||
name: vercel takeover detection
|
||||
author: pdteam
|
||||
severity: info
|
||||
tags: takeover
|
||||
reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/183
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- The deployment could not be found on Vercel.
|
||||
- DEPLOYMENT_NOT_FOUND
|
||||
condition: and
|
Loading…
Reference in New Issue