wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CDAC - Password Cracking

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is the primary characteristic of a brute force attack?

a)

It uses social engineering

b)

It attempts every possible password combination

c)

It uses previously leaked password lists

d)

It only targets Windows systems

2.

Which of these is a key limitation of brute force attacks?

a)

Requires physical access

b)

Only works on weak passwords

c)

Time and computationally intensive

d)

Not detectable by firewalls

3.

What is the purpose of the -P flags in the Hydra command?

a)

To define network ports

b)

To select encryption methods

c)

To specify password files

d)

To scan open services

4.

Which command helps you check if SSH is active on Ubuntu?

a)

sudo systemctl ssh enable

b)

sudo check ssh

c)

sudo systemctl status ssh

d)

sudo status systemctl ssh

5.

Why are dictionary attacks faster than brute force?

a)

They use GPU acceleration

b)

They use every possible combination

c)

They only test common passwords

d)

They crack hashes directly

6.

Which tool is mainly used to crack offline password hashes using CPU or GPU?

a)

Hydra

b)

Aircrack-ng

c)

John the Ripper

d)

Nessus

7.

Which of the following is NOT a valid brute force prevention method?

a)

Using CAPTCHA

b)

Implementing MFA

c)

Enabling root access by default

d)

Account lockout after failed attempts

8.

What does a hybrid attack combine?

a)

Online and offline methods

b)

Brute force and phishing

c)

Dictionary and brute force

d)

Encryption and cracking

9.

What is the role of the openssh-server in the Ubuntu setup?

a)

To manage passwords

b)

To create users

c)

To allow SSH remote login

d)

To store password hashes

10.

What is the main function of Aircrack-ng?

a)

Cracking email accounts

b)

Cracking Wi-Fi passwords

c)

Cracking SSH passwords

d)

Brute-forcing Windows passwords