Path Traversal
Path traversal attacks
Platform - Filename and Path
Simple
../../../etc/passwdURL encoding
. = %2e
/ = %2f
\ = %5cDouble URL encoding
. = %252e
/ = %252f
\ = %255cUTF-8 bit Unicode
16 bit Unicode
Bypass Path Sequence
Intruder


Payload 1 - Traversal directory sequence, deep 6
Payload 2 - Filename
Web Server Path Traversal Attacks
Tools
DotDotPwn
References
Last updated