NEW
Font size
WorksheetsCDAC - Enumeration using Metasploit Quiz
Total questions: 10
Worksheet time: 5mins
What is the main purpose of enumeration during penetration testing?
To infect target systems
To hide attacker identity
To gather detailed information about the target
To perform brute force attacks
Which command in Metasploit integrates Nmap scanning results with the Metasploit database?
nmap-dbscan
db_nmap
scan_nmap
metascan
What command is used to enumerate the version of the MySQL service?
use auxiliary/scanner/mysql/mysql_version
use auxiliary/mysql/mysql_version
use auxiliary/scanner/mysql_version
use auxiliary/scanner/mysql/version
Which port is typically used for HTTP enumeration?
22
88
80
443
The auxiliary/scanner/snmp/snmp_enum module is used to:
Exploit SNMP vulnerabilities
Enumerate SNMP system information
Capture SNMP packets
Disable SNMP services
What is the primary risk of a misconfigured FTP server allowing anonymous login?
It forces encrypted connections
It blocks all authenticated users.
It disables FTP service automatically.
It provides unauthorized access to sensitive files
What is revealed by the auxiliary/scanner/ssh/ssh_version module?
SSH password
SSH server banner
List of SSH users
Encrypted SSH traffic
Who maintains the Metasploit Framework?
Offensive Security
Rapid7
EC-Council
SANS Institute
What is the role of an auxiliary module in Metasploit?
Exploiting a vulnerability
Scanning and enumeration
Executing reverse shells
Encrypting data after exploitation
Which database does Metasploit use by default to store scan data and sessions?
PostgreSQL
SQLite
MongoDB
MySQL
