NEW
Font size
WorksheetsCyber Camp 6
Total questions: 13
Worksheet time: 7mins
What is the name of the default wordlist included with Kali Linux for password cracking?
rockyou.txt
password.lst
wordlist.dat
kaliword.txt
What is the purpose of using wordlists in password cracking?
To store configuration files
To generate rainbow tables
To try a list of possible passwords
To execute denial of service attacks
Which of the following is NOT a common countermeasure against brute force attacks?
Account lockout policies
Strong and complex passwords
Port scanning
Intrusion detection systems
What is the primary goal of a brute force attack?
Stealing confidential data
Gaining unauthorized access by trying all possible passwords
Distributing malware
Performing Denial of Service attacks
What command is used to list the files and directories in a directory?
ls
dir
list
show
How do you change your current directory to your home directory in Linux?
cd /
cd ~
cd ..
cd .
Which command is used to create a new directory in Linux?
mkdir
touch
create
newdir
Which command is used to remove files in Linux?
erase
del
rm
remove
What is the main advantage of using a custom wordlist for password cracking?
It is faster than built-in wordlists.
It is more secure.
It is always up to date.
It is created according to the user and there so It should be more accurate and successful
What command is used to move back one directory level in Linux?
cd ..
cd /
cd -
cd ~
Which command is used to view the contents of a text file in Linux?
cat
view
read
display
Which file format is commonly used for storing wordlists in Kali Linux?
.txt
.zip
.wlst
.dict
Which command is used to create an empty text file named "file.txt" in the current directory?
touch new.txt
create file.txt
touch file.txt
newfile file.txt
