Skip to content

Commit a50bdf3

Browse files
committed
Updates readme to reflect new appliance changes.
1 parent 21e2143 commit a50bdf3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ Unofficial VirtualBox virtual machine instance of OWASP Juice Shop
66

77
## Features
88
- Devuan Daedalus instance
9-
- OWASP Juice Shop version 14.1.1 Node 16
109
- Pre-installed and configured to auto start on boot
10+
- OWASP Juice Shop version 15.0.1 Node 18
11+
- VAmPI - Vulnerable API
1112

1213
## Relevant Information
1314

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:
1516

1617
Low privilege user - __user__:__Password123__
1718

@@ -27,11 +28,14 @@ __WARNING!__ Juice Shop is designed to be vulnerable. __DO NOT__ connect this VM
2728
1. Under the source section, select Local File System and then navigate to the location where the OVA file was downloaded
2829
1. The default settings should be sufficient on the right side of the import window
2930
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.
3333

3434
## Credits/Thanks
35+
[Erev0s VAmPI](https://github.com/erev0s/VAmPI)
36+
37+
+ Thanks for the vulnerable API to add to this project!
38+
3539
[OWASP Foundation](https://owasp.org/www-project-juice-shop/)
3640

3741
+ Thanks for maintaining, releasing, and developing Juice Shop and a number of amazing other projects!

0 commit comments

Comments
 (0)