From 29460b421c908ef58cbdeabcd146d3eb557b7732 Mon Sep 17 00:00:00 2001 From: 51j0 <45711988+51j0@users.noreply.github.com> Date: Sun, 9 Dec 2018 13:08:49 +0530 Subject: [PATCH] Added new links Adding security enhancements from Android 6.0 to Android 9 --- index.html | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index f0eedd9..e1bb049 100644 --- a/index.html +++ b/index.html @@ -130,7 +130,7 @@

Static Analysis Tools droid-hunter - Android application vulnerability analysis and pentesting tool.

- +
  • Error-Prone - Catch common Java mistakes as compile-time errors

  • @@ -158,6 +158,13 @@

    Static Analysis Tools VectorAttackScanner - A tool to analyze Android apps to detect points to attack, such as intents, receivers, services, processes and libraries

    +
  • +

    Android Storage Extractor - A tool to extract local data storage of an Android application in one click

    +
  • +
  • +

    Android-Screenshot + - A utility for pentesters to capture Android screenshot/POC via Computer

    +
  • Dynamic Analysis Tools

    @@ -173,7 +180,7 @@

    Dynamic Analysis Tools CuckooDroid - An extension of Cuckoo Sandbox, CuckooDroid brings the capabilities of executing and analyzing Android applications to Cuckoo.

    - +
  • Droidbox - DroidBox is developed to offer dynamic analysis of Android applications

  • @@ -266,7 +273,7 @@

    Reverse Engineering Tools JADX - The JADX Dex to Java decompiler provides command line and GUI tools for producing Java source code from Android Dex and APK files.

    - +

    Hooking Tools

    @@ -753,6 +760,22 @@

    Android Security Research Papers

    Security Overview

    iOS Dynamic Analysis Tools