侵入テスターは、会社の既存のサービスの新しい API をテストしており、次のスクリプトを準備しています。 テストで発見されるのは次のうちどれですか?
正解:C
The script is using the requests library to send an OPTIONS request to the API endpoint, which returns a list of supported HTTP methods for that resource. This can help the penetration tester to identify potential attack vectors or vulnerabilities based on the methods allowed.