GPEN · Question #41
Which of the following tools uses exploits to break into remote operating systems?
The correct answer is C. Metasploit framework. Metasploit is an exploitation framework designed to deliver payloads and execute exploits against remote systems. The other tools perform scanning, password cracking, or vulnerability assessment without active exploitation.
Question
Which of the following tools uses exploits to break into remote operating systems?
Options
- ANmap
- BJohn the Ripper
- CMetasploit framework
- DNessus
How the community answered
(49 responses)- A2% (1)
- B14% (7)
- C78% (38)
- D6% (3)
Why each option
Metasploit is an exploitation framework designed to deliver payloads and execute exploits against remote systems. The other tools perform scanning, password cracking, or vulnerability assessment without active exploitation.
Nmap is a network discovery and port scanning tool used to identify hosts and open services, not to exploit them.
John the Ripper is a password cracking tool that attacks password hashes offline and does not interact with remote operating systems.
The Metasploit Framework is a penetration testing platform containing a library of known exploits and payloads specifically designed to compromise remote operating systems. An attacker or tester selects an exploit module, configures the target, and delivers a payload to gain unauthorized access or control. This active exploitation capability is what distinguishes Metasploit from reconnaissance or assessment tools.
Nessus is a vulnerability scanner that identifies weaknesses in systems but does not actively exploit them to gain access.
Concept tested: Exploitation framework identification and purpose
Source: https://docs.metasploit.com/
Topics
Community Discussion
No community discussion yet for this question.