![]() |
The Best Way to Install Owasp Juice Shop on Kali Linux - digitalfundaa |
OWASP Juice Shop is a
deliberately insecure web application designed for security training and
penetration testing practice. The best way to install it on Kali Linux
is by using Docker, as it ensures a fast, clean, and portable setup.
Simply install Docker, pull the Juice Shop image from Docker Hub, and run it
using a single command. This method avoids manual dependency issues and keeps
your system organized.
OWASP Juice Shop is a
deliberately insecure web application designed for security training and
penetration testing practice. The best way to install it on Kali Linux
is by using Docker, as it ensures a fast, clean, and portable setup.
Simply install Docker, pull the Juice Shop image from Docker Hub, and run it
using a single command. This method avoids manual dependency issues and keeps
your system organized.
Docker Installation Prerequisite in
kali Linux:
First of you have to install two packages
in kali Linux
1. Nodejs
2. Npm
Command are:
# apt install nodejs
# apt install npm
After installing these tow packages then
you have to install Docker on kali Linux
To check either the docker version with
following command
# docker -v
if not installed then install it with following command
# apt install docker.io -y &&
echo “Successfully Installed”
After the installation complete then you
would have to enable/ start docker’s service
# systemctl enable docker --now
Set the user mode like following command
If you want that if do not use 'sudo' again agin then you have to execute the following command.
# usermode -aG docker $USERNow you have to logout and then login the
kali Linux system
Pull Method is basically used for to load
the docker in memory with bwapp-docker
# docker pull
hackersploit/bwapp-docker
#docker run -d -p 80:80 hackersploit/bwapp-docker
This commad is basicall used to run the docker and
0 Comments
After 24 hours answer will be given and
please do not enter any spam link in the comment box and please must share this post on your social links. Thanks...