@@ -11,8 +11,22 @@ https://www.udemy.com/hacking-securing-java-web-programming/
11
11
How to Use/Setup ?
12
12
-------------
13
13
14
- ** Method 1.Very Easiest Method : VirtualBox VM**
15
- The Most easiest way to use Java Vulnerable is using the VirtualBox VM which has everything set up and ready to use.
14
+ ** Method 1.Super Very Easiest Method: Docker**
15
+ The easiest way to use Java Vulnerable is using Docker which set up everything for you with 1 command line
16
+
17
+ Steps:
18
+
19
+ 1. Install Docker: https://docs.docker.com/engine/installation/
20
+ 2. Install docker-compose: https://docs.docker.com/compose/install/
21
+ 3. Inside this directory, run `sudo docker-compose up` and wait untill everything is configured for you.
22
+ 4. In your Browser, go to "http://localhost:8080/JavaVulnerableLab/install.jsp
23
+ 5. Change the JDBC URL from jdbc:mysql://localhost:3306 to jdbc:mysql://mysql:3306
24
+ 6. Click the Install Button
25
+ 7. Enjoy :)
26
+
27
+
28
+ ** Method 2.Very Easiest Method : VirtualBox VM**
29
+ The second most easiest way to use Java Vulnerable is using the VirtualBox VM which has everything set up and ready to use.
16
30
17
31
Steps:
18
32
@@ -28,7 +42,7 @@ How to Use/Setup ?
28
42
10. Click the Install Button
29
43
11. Enjoy :)
30
44
31
- ** Method 2 .Easiest Method : Standalone Web Application**
45
+ ** Method 3 .Easiest Method : Standalone Web Application**
32
46
In this mehtod, you will be running an executable "JAR" file which runs the application with an embedded Apache Tomcat.
33
47
34
48
Steps:
@@ -39,7 +53,7 @@ How to Use/Setup ?
39
53
4. In your Browser, go to "http://localhost:8080/JavaVulnerableLab/install.jsp
40
54
5. Click the Install Button
41
55
42
- ** Method 3 . Using War file:**
56
+ ** Method 4 . Using War file:**
43
57
This is a NORMAL method to deploy the WAR file.
44
58
45
59
Steps:
0 commit comments