From 07d3d52cfaa58102044f834b1ca39f6ae0ee70d2 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Tue, 21 Jul 2020 03:20:26 +0700 Subject: [PATCH] :zap: Add APK Leaks (Android static analysis tool) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92bdf9f..0abe64a 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Maintained by [@vaib25vicky](https://twitter.com/vaib25vicky) with contributions * [Infer – A Static Analysis tool for Java, C, C++ and Objective-C](https://github.com/facebook/infer) * [Android Check – Static Code analysis plugin for Android Project](https://github.com/noveogroup/android-check) * [FindBugs-IDEA Static byte code analysis to look for bugs in Java code](https://plugins.jetbrains.com/plugin/3847-findbugs-idea) +* [APK Leaks – Scanning APK file for URIs, endpoints & secrets](https://github.com/dwisiswant0/apkleaks) #### Dynamic Analysis