Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
The Ultimate Kali Linux Book - Third Edition

You're reading from  The Ultimate Kali Linux Book - Third Edition

Product type Book
Published in Apr 2024
Publisher Packt
ISBN-13 9781835085806
Pages 828 pages
Edition 3rd Edition
Languages
Author (1):
Glen D. Singh Glen D. Singh
Profile icon Glen D. Singh

Table of Contents (21) Chapters

Preface 1. Introduction to Ethical Hacking 2. Building a Penetration Testing Lab 3. Setting Up for Advanced Penetration Testing Techniques 4. Passive Reconnaissance 5. Exploring Open-Source Intelligence 6. Active Reconnaissance 7. Performing Vulnerability Assessments 8. Understanding Network Penetration Testing 9. Performing Network Penetration Testing 10. Post-Exploitation Techniques 11. Delving into Command and Control Tactics 12. Working with Active Directory Attacks 13. Advanced Active Directory Attacks 14. Advanced Wireless Penetration Testing 15. Social Engineering Attacks 16. Understanding Website Application Security 17. Advanced Website Penetration Testing 18. Best Practices for the Real World 19. Index
Appendix

Setting up Kali Linux on Ubuntu

  1. Open the web browser within Ubuntu, go to https://www.kali.org/get-kali/, and download the VirtualBox version of Kali Linux. Ensure the downloaded file is saved within your Downloads directory.
  2. After the download is completed, use the following command to install 7-Zip, an application to unzip compressed files (Kali Linux):
    glen@ubuntu:~$ sudo apt install p7zip-full 
    
  3. Next, use the following commands to change the work directory to the Downloads folder and unzip the file:
    glen@ubuntu:~$ cd Downloads/
    glen@ubuntu:~/Downloads$ 7z x kali-linux-2024.1-virtualbox-amd64.7z
    

    As shown in the following screenshot, 7-Zip is uncompressing the file and extracting its contents:

    Figure 19.4: Extracting file contents

  1. Next, on Ubuntu Desktop, open the applications menu and click on VirtualBox.
  2. When VirtualBox opens, click on Add, as shown below:

Figure 19.5: VirtualBox...

lock icon The rest of the chapter is locked
arrow left Previous Chapter
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}