I've recently come across this blog post of a bug bounty hunter.
Apparently, a path traversal vulnerability was discovered, which looked like this:
http://help.example.com/@app/skin/views/%5c../%5c../%5c../%5c../%5c../%5c../%5c../etc/passwd.html
I've never come across such a format for a path traversal.
How does this work and what is the purpose of the URL encoded backslash in %5c..
?