セキュリティ アナリストが Web サーバーのログを確認し、次の文字列 gallerys?file- を見つけます。./../../../../. . / . ./etc/passwd Web サーバーに対して実行された攻撃は次のうちどれですか?
正解:A
Directory traversal is an attack that exploits a vulnerability in a web application or a file system to access files or directories that are outside the intended scope. The attacker can use special characters, such as .../ or ...\ , to navigate through the directory structure and access restricted files or directories.