1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00
fdroidserver/docs
Kevin C. Krinke df27bae6a0 dscanner - Drozer based post-build dynamic vulnerability scanner command
* New command `dscanner`, enables one to scan signed APKs with Drozer
 * Drozer is a dynamic vulnerability scanner for Android
 * Drozer runs in a emulator or on-device, this new `dscanner` command...
  * starts a docker image with Drozer and the Android Emulator pre-installed,
  * loads the signed APK into the emulator
  * activates Drozer automated tests for the APK
  * gathers the report output and places it next to the original APK
 * The Drozer docker image can be:
  * cached locally for re-use (just don't run --clean*)
  * retrieved from dockerhub.com for more efficient runtime
  * or be built from scratch (in the new "./docker" directory)
 * New "Vulnerability Scanning" documentation section (run gendocs.sh)
2016-12-06 14:00:44 +01:00
..
.gitignore Fix makebuildserver after rename, tidy gitignores 2013-12-30 17:18:45 +01:00
fdl.texi Move docs to docs directory, and generate HTML 2012-02-23 14:32:35 +00:00
fdroid.texi dscanner - Drozer based post-build dynamic vulnerability scanner command 2016-12-06 14:00:44 +01:00
gendocs_template Update gendocs from 2011-04 to 2013-02 2013-12-30 16:33:42 +01:00
gendocs.sh make build reproducible by fixing sort order in docs 2016-08-26 13:41:14 +02:00
index_versions.md Bump index version to 11, add index version changelog 2014-01-07 17:59:02 +01:00
update.sh Docs for importing 2012-02-27 20:38:00 +00:00