nerdexam
GIAC

GCIH · Question #745

Which of the following Metasploit module types would contain scanning capabilities?

The correct answer is A. Auxiliary. Metasploit auxiliary modules provide supporting functionality such as scanning, fuzzing, and enumeration that does not directly exploit a vulnerability.

Reconnaissance, Scanning, and Enumeration

Question

Which of the following Metasploit module types would contain scanning capabilities?

Options

  • AAuxiliary
  • BExploit
  • CPost
  • DPayload

How the community answered

(42 responses)
  • A
    88% (37)
  • B
    2% (1)
  • C
    5% (2)
  • D
    5% (2)

Why each option

Metasploit auxiliary modules provide supporting functionality such as scanning, fuzzing, and enumeration that does not directly exploit a vulnerability.

AAuxiliaryCorrect

Auxiliary modules in Metasploit are designed for tasks that support an attack without delivering a payload, including port scanning, service enumeration, vulnerability scanning, and credential brute-forcing. They are invoked with 'use auxiliary/<module>' and do not require a payload to run.

BExploit

Exploit modules are designed to take advantage of a specific vulnerability to gain access to a target system, not to perform scanning or reconnaissance.

CPost

Post modules run after a session is established to perform post-exploitation tasks such as privilege escalation or lateral movement, not initial scanning.

DPayload

Payload modules define the code that runs on a target after a successful exploit and are paired with exploit modules, not used independently for scanning.

Concept tested: Metasploit framework module types and purposes

Source: https://docs.metasploit.com/docs/using-metasploit/basics/using-metasploit.html

Topics

#Metasploit#auxiliary modules#scanning#enumeration

Community Discussion

No community discussion yet for this question.

Full GCIH Practice