pentestingforfunandprofit / webbank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webbank

This is a simple web banking application, designed to demonstrate a wide range of Java application vulnerabilities. It is based on a "Spring by Example" sample application. The functionality and implementation of the application are intentionally contrived, and it is of no use except as an aid to learning about Java security. It is used by the "Penetration testing Java applications for fun and profit" training course. For more details, see http://www.javapentesting.com/

Local machine instance

To build:

mvn clean package

To run with embedded jetty:

mvn jetty:run

OpenShift instance

rhc app create jpen jbossews-2.0 --from-code https://github.com/pentestingforfunandprofit/webbank.git

If you are new to OpenShift, refer to the Getting Started Overview.

About

License:Other


Languages

Language:Java 92.6%Language:CSS 7.4%