commit
24042afb39
|
@ -2,7 +2,7 @@ id: heroku-takeover
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: heroku takeover detection
|
name: heroku takeover detection
|
||||||
author: pdteam
|
author: 0xPrial,pdteam
|
||||||
severity: high
|
severity: high
|
||||||
tags: takeover
|
tags: takeover
|
||||||
reference: https://github.com/EdOverflow/can-i-take-over-xyz
|
reference: https://github.com/EdOverflow/can-i-take-over-xyz
|
||||||
|
@ -15,7 +15,6 @@ requests:
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "There's nothing here, yet."
|
|
||||||
- "herokucdn.com/error-pages/no-such-app.html"
|
- "herokucdn.com/error-pages/no-such-app.html"
|
||||||
- "<title>No such app</title>"
|
- "<title>No such app</title>"
|
||||||
condition: and
|
condition: and
|
|
@ -2,7 +2,7 @@ id: netlify-takeover
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: netlify takeover detection
|
name: netlify takeover detection
|
||||||
author: pdteam
|
author: 0xPrial,pdteam
|
||||||
severity: high
|
severity: high
|
||||||
tags: takeover
|
tags: takeover
|
||||||
reference: https://github.com/EdOverflow/can-i-take-over-xyz
|
reference: https://github.com/EdOverflow/can-i-take-over-xyz
|
||||||
|
@ -16,9 +16,9 @@ requests:
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "Not Found"
|
- "Not found - Request ID:"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "server: Netlify"
|
- "Netlify"
|
||||||
part: header
|
part: header
|
Loading…
Reference in New Issue