@@ -11,8 +11,19 @@ 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 wich set up everything for you with 1 command line
16+
17+ Steps:
18+ 1. Install [ Docker] ( https://docs.docker.com/engine/installation/ ) and [ docker-compose] ( https://docs.docker.com/compose/install/ ) .
19+ 2. Inside this directory, run ` sudo docker-compose up ` and wait untill everything is configured for you.
20+ 3. In your Browser, go to "http://localhost:8080/JavaVulnerableLab/install.jsp
21+ 4. Click the Install Button
22+ 5. Enjoy :)
23+
24+
25+ ** Method 2.Very Easiest Method : VirtualBox VM**
26+ The second most easiest way to use Java Vulnerable is using the VirtualBox VM which has everything set up and ready to use.
1627
1728 Steps:
1829
@@ -28,7 +39,7 @@ How to Use/Setup ?
2839 10. Click the Install Button
2940 11. Enjoy :)
3041
31- ** Method 2 .Easiest Method : Standalone Web Application**
42+ ** Method 3 .Easiest Method : Standalone Web Application**
3243 In this mehtod, you will be running an executable "JAR" file which runs the application with an embedded Apache Tomcat.
3344
3445 Steps:
@@ -39,7 +50,7 @@ How to Use/Setup ?
3950 4. In your Browser, go to "http://localhost:8080/JavaVulnerableLab/install.jsp
4051 5. Click the Install Button
4152
42- ** Method 3 . Using War file:**
53+ ** Method 4 . Using War file:**
4354 This is a NORMAL method to deploy the WAR file.
4455
4556 Steps:
0 commit comments