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.
Question
Which of the following Metasploit module types would contain scanning capabilities?
Options
- AAuxiliary
- BExploit
- CPost
- DPayload
How the community answered
(42 responses)- A88% (37)
- B2% (1)
- C5% (2)
- D5% (2)
Why each option
Metasploit auxiliary modules provide supporting functionality such as scanning, fuzzing, and enumeration that does not directly exploit a vulnerability.
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.
Exploit modules are designed to take advantage of a specific vulnerability to gain access to a target system, not to perform scanning or reconnaissance.
Post modules run after a session is established to perform post-exploitation tasks such as privilege escalation or lateral movement, not initial scanning.
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
Community Discussion
No community discussion yet for this question.