blabla1337/skf-labs

open-redir-harder lab not working as intended

Closed this issue · 3 comments

SKF open-redir-harder Docker container.

If you click the “Go to new website” button it redirects to: /redirect?newurl=/newsite

It should redir to: /redirect?newurl=newsite

need to check with the writeup and why its not working as it should :)

mzfr commented

@blabla1337 I'll look into this.

mzfr commented

@blabla1337 it looks like the issue is the template action.
In the template of that challenge the POST action is set to /newsite(Line 59).

This is the issue you were talking about right? If yes then I'll just make a PR about it.

Thanks fixed it!