2025/2026 Actual Complete Real Exam Questions and Correct
Answers (Verified Answers) Already Graded A+ 2025 Latest
Exam!!
You are the IT security administrator for a small corporate
network. You've received a zip file that contains sensitive
password-protected files. You need to access these files. The
zip file is located in the home directory.
In this lab, your task is to use John the Ripper to:
Crack the root password on Support.
Crack the password of the protected.zip file in the home
directory on IT-Laptop. After John the Ripper cracks the
password, it won't crack it again. The results are stored in the
john.pot file. - ANSWER-Complete this lab as follows: Crack
the root password on Support as follows:From the Favorites
bar, open Terminal.At the prompt, type cd /usr/share/john and
press Enter to change directories to the folder containing the
John the Ripper password file.Type ls and press Enter to list
the files in the directory.Type cat password.lst and press Enter
to view the password list. This is an abbreviated list.Type cd
and press
,Enter to go back to root.Type john /etc/shadow and press Enter
to crack the Linux passwords.Notice that the root password of
1worm4b8 was cracked.Type john /etc/shadow and press Enter
to attempt to crack the Linux passwords again.Notice that it
does not attempt to crack the password again. The cracked
password is already stored in the john.pot file.Type cat
./.john/john.pot and press Enter to view the contents of the
john.pot file.Type john /etc/shadow -show and press Enter as
an alternate method of viewing the previously cracked
password.In the top right, select Answer Questions.In Terminal,
find the root password and answer the question.
Crack the password of the protected.zip file as follows:From
the top navigation tabs, select Floor 1 Overview.Under IT
Administration, select IT-Laptop.From the Favorites bar, open
Terminal.At the prompt, type ls and press Enter to view the
contents of the home directory. Notice the protected.zip file you
wish to crack.Type zip2john protected.zip > ziphash.txt and
press Enter to copy the hashes to a text file.Type cat
ziphash.txt and press Enter to confirm that the hashes have
been copied.Type john --format=pkzip ziphash.txt and press
Enter to crack the password.Notice that the password of
p@ssw0rd was cracked.Type john ziphash.txt --show and press
Enter to show the password.In the top right, select Answer
Questions.In Terminal, find the password for the file and
answer
, You are a cybersecurity consultant and have been asked to
work with the ACME, Inc. company to ensure that their network
is protected from hackers. As part of the tests, you need to
clear a few log files.
In this lab, your task is to use Windows PowerShell (as Admin)
to clear the following event logs:
Use get-eventlog to view the available event logs.
Use clear-eventlog to clear the Application and System logs. –
ANSWER-Complete this lab as follows:
Right-click Start and select Windows PowerShell (Admin).
Maximize the window for easier viewing.
At the prompt, type Get-Eventlog -logname * and press Enter.In
the Entries column, notice the number of entries for the logs.
Type Clear-Eventlog -logname Application and press Enter.
Type Clear-Eventlog -logname System and press Enter.
Type Get-Eventlog -logname * and press Enter.The log entries
for Application is zero. The log entries for System is one
because another event occurred between the times you cleared
the log and viewed the entry list.
The CEO of CorpNet.xyz has hired your firm to obtain some
passwords for their company. A senior IT network
administrator, Oliver Lennon, is suspected of wrongdoing and
suspects he is going to be fired from the company. The