侵入テスト担当者が Web アプリケーションの評価を実施しています。テスト担当者がアプリケーションに関する追加情報を収集するために使用するアクティブ偵察手法として最適なのは、次のどれでしょうか。
正解:B
Crawling URIs using an interception proxy is the best active reconnaissance technique for gathering additional information about a web application. An interception proxy, such as Burp Suite or OWASP ZAP, allows the penetration tester to see and manipulate the requests and responses between the client and the server, providing detailed insights into the application's behavior, structure, and vulnerabilities. This technique is more comprehensive and controlled compared to using cURL or a web browser. References: * OWASP Testing Guide: Web Application Security Testing * Burp Suite Documentation * OWASP ZAP User Guide