GPEN · Question #62
Which of the following tools uses exploits to break into remote operating systems?
The correct answer is B. Metasploit framework. Metasploit Framework is a purpose-built exploitation platform that leverages known vulnerability exploits to gain unauthorized access to remote operating systems.
Question
Which of the following tools uses exploits to break into remote operating systems?
Options
- ANessus
- BMetasploit framework
- CNmap
- DJohn the Ripper
How the community answered
(33 responses)- A12% (4)
- B79% (26)
- C6% (2)
- D3% (1)
Why each option
Metasploit Framework is a purpose-built exploitation platform that leverages known vulnerability exploits to gain unauthorized access to remote operating systems.
Nessus is a vulnerability scanner that identifies and reports weaknesses in systems but does not execute exploits or establish sessions on remote hosts.
Metasploit Framework contains a large library of exploit modules, payloads, and auxiliary modules specifically engineered to compromise vulnerabilities in remote operating systems and services. Unlike passive scanners, Metasploit actively executes exploit code against targets to deliver payloads such as reverse shells or Meterpreter sessions, giving a tester or attacker interactive control over the compromised system.
Nmap is a network reconnaissance and port scanning tool used to discover hosts and open services; it does not include exploit functionality.
John the Ripper is an offline password hash cracking tool and does not contain exploit modules for compromising remote operating systems.
Concept tested: Metasploit Framework as an exploitation tool
Source: https://docs.metasploit.com/
Topics
Community Discussion
No community discussion yet for this question.