Skip to content

Commit b7bd7df

Browse files
committed
Changed port to avoid conflict with auditconsole
1 parent 05a6e96 commit b7bd7df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This repository provides a simple and self-contained Java web application with s
33

44
The application uses Spring Boot and an embedded H2 database that resets every time the application starts. So just import it on your favourite IDE, execute the AppLauncher class and attack it at will. If you break it just restart the application that everything will be reset.
55

6-
The applicatin will run on **HTTPS por 8080**. If this port is not available you will need to create an 'application.properties' file on the source folder with the desired Spring Boot port configuration.
6+
The applicatin will run on **HTTPS por 9000**. If this port is not available you will need to create an 'application.properties' file on the source folder with the desired Spring Boot port configuration.
77

88
The [ARACHNI.MD](https://github.com/rafaelrpinto/VulnerableJavaWebApplication/blob/master/ARACHNI.MD) file has an example of default security scan with automatic login and other tweaks enabled. For more scanning options check https://github.com/Arachni/arachni.
99

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
server.port=9000

0 commit comments

Comments
 (0)