blabla1337 / skf-labs

Repo for all the OWASP-SKF Docker lab examples
Apache License 2.0
439 stars 201 forks source link

open-redir-harder lab not working as intended #82

Closed blabla1337 closed 4 years ago

blabla1337 commented 4 years ago

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 4 years ago

@blabla1337 I'll look into this.

mzfr commented 4 years ago

@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.

blabla1337 commented 4 years ago

Thanks fixed it!