Skip to content

Commit

Permalink
Minor configuration update.
Browse files Browse the repository at this point in the history
  • Loading branch information
adbrucker committed Aug 20, 2018
1 parent 193e952 commit 5a7d284
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DVHMA-Featherweight/config.xml
@@ -1,12 +1,15 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="de.zertapps.dvhma.featherweight" version="1.0.0-6.3.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Featherweight DVHMA</name>
<author href="https://logicalhacking.com"></author>
<author href="https://logicalhacking.com" />
<description>
Damn Vulnerable Hybrid Mobile App (DVHMA) is an hybrid mobile app (for Android) that intentionally contains vulnerabilities.

This version of DVHMA, called Featherweight DVHMA, is designed to be a small as possible (e.g., avoiding large UI libraries such as Open UI5) while still beeing useful for security researchers.
</description>
<content src="index.html" />
<access origin="*" />
<plugin name="de.zertapps.dvhma.plugins.storage" spec="../plugins/DVHMA-Storage" />
<plugin name="de.zertapps.dvhma.plugins.webintent" spec="../plugins/DVHMA-WebIntent" />
<engine name="android" spec="~7.0.0" />
</widget>

0 comments on commit 5a7d284

Please sign in to comment.