Merge pull request #5502 from davidmckennirey/flywheel-takeover-update
update flywheel takeover template to reflect new languagepatch-1
commit
1de8164930
|
@ -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"
|
||||
- "<h1>Oops! That's not the site<br>you're looking for.</h1>"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "We are sorry, you've landed on a page that is hosted by Flywheel"
|
||||
|
|
Loading…
Reference in New Issue