Jump to content
  • Entries

    16114
  • Comments

    7952
  • Views

    86386303

Contributors to this blog

  • HireHackking 16114

About this blog

Hacking techniques include penetration testing, network security, reverse cracking, malware analysis, vulnerability exploitation, encryption cracking, social engineering, etc., used to identify and fix security flaws in systems.

This vulnerability range was developed by Owasp and contains the top ten vulnerabilities of Owasp, with a total of 47 levels, and the difficulty varies. Owasp juice shop can also be understood as a hacker game! This article mainly tells you about the deployment of the Owasp juice shop environment.Owasp juice shop

Environment

kali2022docker

What is docker

Docker is an open source application container engine based on the Go language and is open sourced according to the Apache2.0 protocol. Docker allows developers to package their applications and dependencies into a lightweight, portable container and publish them to any popular Linux machine, or virtualize them. Containers use sandboxing mechanism completely, and there will be no interface between them (similar to iPhone apps). More importantly, the container performance overhead is extremely low. The system resources are relatively low.d0ue3pe43hh3716.jpg

Installing docker

Installing docker in kali is very simple. We only need to execute the following commands.

apt-get update

apt-get install docker pmdt13i0z523717.png

Use docker to install owap juice shop

Execute the following command:

docker pull bkimminich/juice-shop uses docker to pull the owasp image and run it directly in docker. This directly omits the deployment of the environment!h4b1hkayr5h3718.png

Run

docker run -d -p 3000:3000 bkimminich/juice-shop At this time, we only need to access kaliip:3000 in the browser.tvnm2rkzl5s3719.png

The slight test

As a ancestral grandfather, I was confused when I opened the owasp juice shop. What the hell is this? I can't understand this shooting range. By reviewing the elements, we see the following code qjbzbyx4ygc3720.png

Can

I saw a page with a scoreboard with the link #score-board. We visit this page.px2fkwriqj33721.png

From then on, I started the first step to becoming a big Heikuo!bqql3grjjme3722.png