This project is a Java web application using the Struts 2 framework. It is built with Maven and can be run using the Jetty server.
- Java Development Kit (JDK) 8 or higher
- Apache Maven 3.6.0 or higher
mvn clean installmvn jetty:runOpen your web browser and navigate to http://localhost:8080/dvwa.
src/main/java: Contains the Java source code.src/main/resources: Contains the configuration files.src/main/webapp: Contains the web application files (JSP, HTML, CSS, JS).
The Struts configuration is located in src/main/resources/struts.xml.
The Maven configuration is located in pom.xml.
This project is licensed under the MIT License - see the LICENSE file for details.