Skip to content

Unable to open directory from browser #525

Closed
@viyatb

Description

Reproduce

When you pass an OWTF target containing especial URL characters such as "?" on the file browser (i.e. "Browse Files" button) on any plugin, this fails to load because these characters are not urlencoded, hence the browser interprets them and OWTF fails to open the relevant directory.

Fix

Calling the relevant url encoding function will fix this problem, for example using encodeURIComponent from JavaScript.

or

calling escape from Tornado template methods

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions