Directory Traversal
Directory Traversal is a known web vulnerability which allows the attacker to view files on the servers. Attackers can elevate this vulnerability to read sensitive files such as SSH keys
In case of traversal in URL: <url>/../../../etc/passwd
use the --path-as-is
flag:
Stealing SSH Keys
Connect using the SSH key
Last updated