forked from SasanLabs/VulnerableApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39b0935
commit 65656b1
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,16 @@ There are 2 ways in which this project can be built and used: | |
2. As a SpringBoot application which will run with the Legacy UI or Rest API but gives the benefit of debugging and solving issues. This is the simple way, | ||
1. Import the project into your favorite IDE and run it | ||
2. Navigate to browser and visit: `http://localhost:9090/VulnerableApp` and this will give the Legacy User Interface for VulnerableApp which you can use to debug and test. | ||
|
||
### Connecting to embedded H2 database | ||
For accessing database from browser, visit: `http://localhost:9090/VulnerableApp/h2` | ||
|
||
Database Connection properties: | ||
```properties | ||
JDBC Url: jdbc:h2:mem:testdb | ||
User Name: admin | ||
Password: hacker | ||
``` | ||
## Contact | ||
In case you are stuck with any of the steps or understanding anything related to project and its goals, feel free to shoot a mail at [email protected] or raise an [issue](https://github.com/SasanLabs/VulnerableApp/issues) and we will try our best to help you. | ||
|
||
|