nerdexam
GIAC

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.

Exploitation & Post-Exploitation Techniques

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)
  • A
    2% (1)
  • B
    14% (7)
  • C
    78% (38)
  • D
    6% (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.

ANmap

Nmap is a network discovery and port scanning tool used to identify hosts and open services, not to exploit them.

BJohn the Ripper

John the Ripper is a password cracking tool that attacks password hashes offline and does not interact with remote operating systems.

CMetasploit frameworkCorrect

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.

DNessus

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

#Metasploit#exploitation framework#remote exploitation#penetration testing tools

Community Discussion

No community discussion yet for this question.

Full GPEN Practice