wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CDAC - Enumeration using Metasploit Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is the main purpose of enumeration during penetration testing?

a)

To infect target systems

b)

To hide attacker identity

c)

To gather detailed information about the target

d)

To perform brute force attacks

2.

Which command in Metasploit integrates Nmap scanning results with the Metasploit database?

a)

nmap-dbscan

b)

db_nmap

c)

scan_nmap

d)

metascan

3.

What command is used to enumerate the version of the MySQL service?

a)

use auxiliary/scanner/mysql/mysql_version

b)

use auxiliary/mysql/mysql_version

c)

use auxiliary/scanner/mysql_version

d)

use auxiliary/scanner/mysql/version

4.

Which port is typically used for HTTP enumeration?

a)

22

b)

88

c)

80

d)

443

5.

The auxiliary/scanner/snmp/snmp_enum module is used to:

a)

Exploit SNMP vulnerabilities

b)

Enumerate SNMP system information

c)

Capture SNMP packets

d)

Disable SNMP services

6.

What is the primary risk of a misconfigured FTP server allowing anonymous login?

a)

It forces encrypted connections

b)

It blocks all authenticated users.

c)

It disables FTP service automatically.

d)

It provides unauthorized access to sensitive files

7.

What is revealed by the auxiliary/scanner/ssh/ssh_version module?

a)

SSH password

b)

SSH server banner

c)

List of SSH users

d)

Encrypted SSH traffic

8.

Who maintains the Metasploit Framework?

a)

Offensive Security

b)

Rapid7

c)

EC-Council

d)

SANS Institute

9.

What is the role of an auxiliary module in Metasploit?

a)

Exploiting a vulnerability

b)

Scanning and enumeration

c)

Executing reverse shells

d)

Encrypting data after exploitation

10.

Which database does Metasploit use by default to store scan data and sessions?

a)

PostgreSQL

b)

SQLite

c)

MongoDB

d)

MySQL