Damn Vulnerable Hybrid Mobile App (DVHMA) is an hybrid mobile app (for Android) that intentionally contains vulnerabilities.
Aller au fichier
Achim D. Brucker 30f76ee118 Ignore Node/npm related tmp files. 2018-08-20 07:30:54 +01:00
DVHMA-Featherweight Minor configuration update. 2018-08-20 07:29:53 +01:00
DVHMA-OpenUI5 Moved Cordova version to 6.3.0 and updated compiled apps. 2016-08-11 08:53:53 +01:00
plugins Initial commit of package.json. 2018-04-20 21:39:11 +01:00
releases Moved Cordova version to 6.3.0 and updated compiled apps. 2016-08-11 08:53:53 +01:00
.gitignore Ignore Node/npm related tmp files. 2018-08-20 07:30:54 +01:00
CITATION Added citation information. 2016-08-09 08:03:44 +01:00
LICENSE Initial commit 2015-05-13 11:43:05 +02:00
README.md Added master repository URL. 2018-08-04 15:49:34 +02:00

README.md

DVHMA

Damn Vulnerable Hybrid Mobile App (DVHMA) is an hybrid mobile app (for Android) that intentionally contains vulnerabilities. Its purpose is to enable security professionals to test their tools and techniques legally, help developers better understand the common pitfalls in developing hybrid mobile apps securely.

Motivation and Scope

This app is developed to study pitfalls in developing hybrid apps, e.g., using Apache Cordova or SAP Kapsel, securely. Currently, the main focus is to develop a deeper understanding of injection vulnerabilities that exploit the JavaScript to Java bridge.

Installation

Prerequisites

We assume that the

Moreover, we assume a basic familiarity with the build system of Apache Cordova.

Building DVHMA

Setting Environment Variables

export ANDROID_HOME=<Android SDK Installation Directory>
export PATH=$ANDROID_HOME/tools:$PATH
export PATH=$ANDROID_HOME/platform-tools:$PATH

Compiling DVHMA

cd DVHMA-Featherweight
cordova plugin add ../plugins/DVHMA-Storage
cordova plugin add ../plugins/DVHMA-WebIntent 
cordova platform add android
cordova compile android

Running DVHMA in an Emulator

cordova run android 

Team Members

The development of this application started as part of the project ZertApps. ZertApps was a collaborative research project funded by the German Ministry for Research and Education. It is now developed and maintained by the Software Assurance & Security Research Team at The University of Sheffield, UK.

The core developers of DVHMA are:

License

This project is under the Apache 2.0 License.

SPDX-License-Identifier: Apache-2.0

Master Repository

The master git repository for this project is hosted by the Software Assurance & Security Research Team at https://git.logicalhacking.com/DASCA/DVHMA/.

Publications