nerdexam
GIAC

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.

Exploitation & Post-Exploitation Techniques

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)
  • A
    12% (4)
  • B
    79% (26)
  • C
    6% (2)
  • D
    3% (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.

ANessus

Nessus is a vulnerability scanner that identifies and reports weaknesses in systems but does not execute exploits or establish sessions on remote hosts.

BMetasploit frameworkCorrect

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.

CNmap

Nmap is a network reconnaissance and port scanning tool used to discover hosts and open services; it does not include exploit functionality.

DJohn the Ripper

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

#Metasploit#exploitation framework#remote exploitation#vulnerability exploitation

Community Discussion

No community discussion yet for this question.

Full GPEN Practice