terracotta-bank | An intentionally-vulnerable web application | Security Testing library
kandi X-RAY | terracotta-bank Summary
kandi X-RAY | terracotta-bank Summary
Terracotta Bank is an intentionally-vulernable web application, useful for practicing detection, exploitation, and mitigation of common web application security vulnerabilities. Terrcotta Bank binds locally to port 8080 by default, and while it is running, the machine on which it is running is vulnerable in the same way that this application is.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Handle a POST request
- Bulk update checkImages
- Updates the check image
- Handles a POST request
- Find client by client id
- Runs a SQL query
- Logs request attributes
- Compute attributes for the given request
- Displays all users
- Take a number of elements from the log
- Send a POST request
- Send a message
- Add request classification filter
- Filter for decryption filter
- The make deposit servlet bean
- Starts a new transaction
- Create a filter for content parsing
- Handle a GET request
- Retrieves the transactions associated with the given user
- Sets the X - Terracrano header to the response
- Asserts the current password with a minimum work factor
- Run benchmark
- Checks if the user is authorized
- Process the POST request
- Reset the output buffer
terracotta-bank Key Features
terracotta-bank Examples and Code Snippets
Community Discussions
Trending Discussions on terracotta-bank
QUESTION
The Github repo is https://github.com/jzheaux/terracotta-bank-spring and I want an executable jar file for this project so my steps are
./gradlew bootJar
jar gets created successfully inside build/libs
cd build/libs
java -jar terracotta-bank-spring-0.0.1-SNAPSHOT.jar
Spring starts successfully
- But when I click on
localhost:8080
I get the below error when Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback.
Mon Oct 12 18:43:47 SGT 2020 There was an unexpected error (type=Not Found, status=404). /index.jsp
...ANSWER
Answered 2020-Oct-13 at 13:49This is a spring-mvc
project with .jsp
files. Jsp files are handled differently when run as a jar or inside a app server.
When you try to build the project with ./gradlew clean build
a war
file will be generated. You can run the war as a standalone server because it has embedded tomcat as a dependency. Just run
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install terracotta-bank
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page