medium
Single Answer
0

Sakis is working with a penetration testing contractor who proposes using Metasploit as part of her penetration testing effort. What should Sakis expect to occur when Metasploit is used?

Answer Options

A

Systems will be scanned for vulnerabilities.

B

Systems will have known vulnerabilities exploited.

C

Services will be probed for buffer overflow and other unknown flaws.

D

Systems will be tested for zero-day exploits.

Correct Answer: B

Explanation

Metasploit is an exploitation package that is designed to assist penetration testers. A tester using Metasploit can exploit known vulnerabilities for which an exploit has been created or can create their own exploits using the tool. While Metasploit provides built-in access to some vulnerability scanning functionality, a tester using Metasploit should primarily be expected to perform actual tests of exploitable vulnerabilities. Similarly, Metasploit supports creating buffer overflow attacks, but it is not a purpose-built buffer overflow testing tool, and of course, testing systems for zero-day exploits doesn't work unless they have been released.