Wednesday, November 7, 2018

Lab Book 2.0.12

Summary

Lab_Book_2.0 is a book that I designed for students of an IT 222 Ethical Hacking class that I have been asked to teach at LDS Business College.  The lab book consists of walkthroughs of 7 different virtual machines, introduces them to exploit kits, phishing, command-and-control, and buffer overflows.  However the main objectives of this lab book are to introduce students to a variety of tools that they can utilize, techniques that they can use to test for security vulnerabilities and to understand how to write a technical report of what they found and how they found it.

You can download the Lab Book from my Google Drive at this link.

Here are recorded videos for labs 2, 3, 5 and 6.



No comments:

Post a Comment

Test Authentication from Linux Console using python3 pexpect

Working with the IT420 lab, you will discover that we need to discover a vulnerable user account.  The following python3 script uses the pex...