Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Reconnaissance for Ethical Hackers

You're reading from   Reconnaissance for Ethical Hackers Focus on the starting point of data breaches and explore essential steps for successful pentesting

Arrow left icon
Product type Paperback
Published in Aug 2023
Publisher Packt
ISBN-13 9781837630639
Length 430 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Glen D. Singh Glen D. Singh
Author Profile Icon Glen D. Singh
Glen D. Singh
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. Part 1: Reconnaissance and Footprinting
2. Chapter 1: Fundamentals of Reconnaissance FREE CHAPTER 3. Chapter 2: Setting Up a Reconnaissance Lab 4. Chapter 3: Understanding Passive Reconnaissance 5. Chapter 4: Domain and DNS Intelligence 6. Chapter 5: Organizational Infrastructure Intelligence 7. Chapter 6: Imagery, People, and Signals Intelligence 8. Part 2: Scanning and Enumeration
9. Chapter 7: Working with Active Reconnaissance 10. Chapter 8: Performing Vulnerability Assessments 11. Chapter 9: Delving into Website Reconnaissance 12. Chapter 10: Implementing Recon Monitoring and Detection Systems 13. Index 14. Other Books You May Enjoy

Implementing vulnerable systems

In this section, you’ll learn how to set up the OWASP Juice Shop vulnerable application on Kali Linux to safely learn how to perform active reconnaissance on web applications. Additionally, you will learn how to set up Metasploitable 3 Windows VM as a virtual machine within our lab environment.

Setting up a vulnerable web application

To get started with setting up OWASP Juice Shop on Kali Linux, please use the following steps:

  1. Firstly, power on the Kali Linux virtual machine within VirtualBox Manager.
  2. Open the Terminal and use the following command to update the package repository list:
    kali@kali:~$ sudo apt update

The following snippet shows the successful execution of the command:

Figure 2.39 – Updating package list

Figure 2.39 – Updating package list

  1. Next, use the following command to install the Docker repository on Kali Linux:
    kali@kali:~$ printf '%s\n' "deb https://download.docker.com/linux/debian...
lock icon The rest of the chapter is locked
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 $19.99/month. Cancel anytime