@@ -11,8 +11,22 @@ https://www.udemy.com/hacking-securing-java-web-programming/
1111How to Use/Setup ?
1212-------------
1313
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.
1630
1731 Steps:
1832
@@ -28,7 +42,7 @@ How to Use/Setup ?
2842 10. Click the Install Button
2943 11. Enjoy :)
3044
31- ** Method 2 .Easiest Method : Standalone Web Application**
45+ ** Method 3 .Easiest Method : Standalone Web Application**
3246 In this mehtod, you will be running an executable "JAR" file which runs the application with an embedded Apache Tomcat.
3347
3448 Steps:
@@ -39,7 +53,7 @@ How to Use/Setup ?
3953 4. In your Browser, go to "http://localhost:8080/JavaVulnerableLab/install.jsp
4054 5. Click the Install Button
4155
42- ** Method 3 . Using War file:**
56+ ** Method 4 . Using War file:**
4357 This is a NORMAL method to deploy the WAR file.
4458
4559 Steps:
0 commit comments