diff --git a/takeovers/flywheel-takeover.yaml b/takeovers/flywheel-takeover.yaml index 33a38f233b..a1eac2938d 100644 --- a/takeovers/flywheel-takeover.yaml +++ b/takeovers/flywheel-takeover.yaml @@ -6,15 +6,26 @@ info: severity: high reference: - https://smaranchand.com.np/2021/06/flywheel-subdomain-takeover - tags: takeover + metadata: + verified: true + shodan-query: http.html:"Flywheel" + tags: takeover,flywheel requests: - method: GET path: - "{{BaseURL}}" + + matchers-condition: or matchers: - type: word + part: body words: - "We're sorry, you've landed on a page that is hosted by Flywheel" - "

Oops! That's not the site
you're looking for.

" condition: and + + - type: word + part: body + words: + - "We are sorry, you've landed on a page that is hosted by Flywheel"