ペネトレーション テスターは、laaS コンピューティング インスタンスで実行されている Web アプリケーションのセキュリティをレビューしています。実行中のプロセスの認証情報を取得するためにテスターは次のペイロードのうちどれを送信する必要がありますか?
正解:B
The payload file=/proc/self/environ is used to exploit Local File Inclusion (LFI) vulnerabilities in web applications running on Linux systems. This payload allows the attacker to read the environment variables of the process running the web server, which can include sensitive information such as credentials, system paths, and configuration details. The other payloads mentioned are not as directly relevant to obtaining running process credentials in the context of an LFI vulnerability.