You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-5
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,13 @@ Unofficial VirtualBox virtual machine instance of OWASP Juice Shop
6
6
7
7
## Features
8
8
- Devuan Daedalus instance
9
-
- OWASP Juice Shop version 14.1.1 Node 16
10
9
- Pre-installed and configured to auto start on boot
10
+
- OWASP Juice Shop version 15.0.1 Node 18
11
+
- VAmPI - Vulnerable API
11
12
12
13
## Relevant Information
13
14
14
-
While there shouldn't be a need to log in, should one need to, the information is as follows:
15
+
While there shouldn't be a need to log in to the console, should one need to, the information is as follows:
15
16
16
17
Low privilege user - __user__:__Password123__
17
18
@@ -27,11 +28,14 @@ __WARNING!__ Juice Shop is designed to be vulnerable. __DO NOT__ connect this VM
27
28
1. Under the source section, select Local File System and then navigate to the location where the OVA file was downloaded
28
29
1. The default settings should be sufficient on the right side of the import window
29
30
1. Click Import in the bottom right to import the appliance
30
-
1. Once the import has completed, got to the network settings and select the proper network configuration. __Host-only Adapter is STRONGLY encouraged.__
31
-
1. Once the proper network has been chosen, start Juice Shop. The machine expects a DHCP server to be present and will automatically request an address.
32
-
- To deteremine address scope, check the network settings in VirtualBox's Host Network Manager or respective network configuration from above. Often nmap will make determining the address assigned to Juice Shop easier.
31
+
1. Once the import finishes, start Juice Shop. The machine expects a DHCP server to be present and will automatically request an address.
32
+
- VirtualBox will automatically configure port forwards from the host to the guest for ports TCP/3000 and TCP/5000. Any scanning or interaction from the host with the virtual machine can be done via 127.0.0.1:3000 or 127.0.0.1:5000.
33
33
34
34
## Credits/Thanks
35
+
[Erev0s VAmPI](https://github.com/erev0s/VAmPI)
36
+
37
+
+ Thanks for the vulnerable API to add to this project!
0 commit comments