wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Cyber Camp 6

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

What is the name of the default wordlist included with Kali Linux for password cracking?

a)

rockyou.txt

b)

password.lst

c)

wordlist.dat

d)

kaliword.txt

2.

What is the purpose of using wordlists in password cracking?

a)

To store configuration files

b)

To generate rainbow tables

c)

To try a list of possible passwords

d)

To execute denial of service attacks

3.

Which of the following is NOT a common countermeasure against brute force attacks?

a)

Account lockout policies

b)

Strong and complex passwords

c)

Port scanning

d)

Intrusion detection systems

4.

What is the primary goal of a brute force attack?

a)

Stealing confidential data

b)

Gaining unauthorized access by trying all possible passwords

c)

Distributing malware

d)

Performing Denial of Service attacks

5.

What command is used to list the files and directories in a directory?

a)

ls

b)

dir

c)

list

d)

show

6.

How do you change your current directory to your home directory in Linux?

a)

cd /

b)

cd ~

c)

cd ..

d)

cd .

7.

Which command is used to create a new directory in Linux?

a)

mkdir

b)

touch

c)

create

d)

newdir

8.

Which command is used to remove files in Linux?

a)

erase

b)

del

c)

rm

d)

remove

9.

What is the main advantage of using a custom wordlist for password cracking?

a)

It is faster than built-in wordlists.

b)

It is more secure.

c)

It is always up to date.

d)

It is created according to the user and there so It should be more accurate and successful

10.

What command is used to move back one directory level in Linux?

a)

cd ..

b)

cd /

c)

cd -

d)

cd ~

11.

Which command is used to view the contents of a text file in Linux?

a)

cat

b)

view

c)

read

d)

display

12.

Which file format is commonly used for storing wordlists in Kali Linux?

a)

.txt

b)

.zip

c)

.wlst

d)

.dict

13.

Which command is used to create an empty text file named "file.txt" in the current directory?

a)

touch new.txt

b)

create file.txt

c)

touch file.txt

d)

newfile file.txt