Hi HackenProof Team,
I hope you’re doing well! While exploring the Bio section on the HackenProof platform, I noticed a way to bypass your external link warning mechanism. I understand that open redirects are listed as out of scope, but I believe this specific case is worth sharing as it affects user safety and could be abused for phishing or malicious file delivery/download
In the Bio section, users can write in Markdown. When inserting a normal link, such as:
[Link text](https://dashboard.hackenproof.com/redirect?url=https://example.com)
…it is correctly converted to:
https://dashboard.hackenproof.com/redirect?url=https://dashboard.hackenproof.com/redirect?url=https://example.com
When clicked, this triggers the "Attention! You’re leaving HackenProof" warning screen — a good safety measure to inform users before they navigate away.
However, the warning can be bypassed using a Markdown image link. For example:
[](https://www.evil.com)
In this case:
https://www.evil.com without the warning page appearing.
I’m sharing this in the spirit of improving the platform’s user safety. I know this may fall outside the official bounty scope, but I think fixing it will help maintain user trust.
Best regards, unixtz
[](https://www.evil.com)
https://www.evil.com without the warning popup.