Lab 1
Prepare all tools peior to the lab:
Ensure you are using your own Kali Appliance
apt-get update
apt-get install firefox-esr
apt-get install zaproxy
apt-get install juice-shop -y
One more command to look for file or folder
find / -type f -name 'filename'
To search for a folder (directory), the switch is ‘-type d’
All about ZAP to attack juice shop, nothing special.
Lab 2 is about Burpsuite, same target and content.