2022-02-21 23:04:15 +00:00
|
|
|
id: otobo-open-redirect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Open Redirect in Otobo
|
|
|
|
author: 0x_Akoko
|
|
|
|
severity: medium
|
|
|
|
description: There is a open redirect vulnerability in Otobo
|
|
|
|
reference:
|
|
|
|
- https://huntr.dev/bounties/de64ac71-9d06-47cb-b643-891db02f2a1f/
|
2022-02-23 11:37:41 +00:00
|
|
|
- https://github.com/rotheross/otobo
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: redirect,otobo,huntr
|
2022-02-21 23:04:15 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-06-06 10:40:15 +00:00
|
|
|
- '{{BaseURL}}/otobo/index.pl?Action=ExternalURLJump;URL=http://www.interact.sh'
|
2022-02-21 23:04:15 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
part: header
|
2022-02-23 11:37:41 +00:00
|
|
|
regex:
|
2022-06-06 10:40:15 +00:00
|
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
|