Use urlsup instead of slow awesome_bot (#136)

Also, disable multiple failing URLs
This commit is contained in:
Ashish Bhatia 2023-03-26 21:18:42 -07:00 committed by GitHub
parent 3e6216bda2
commit f9ef44ef9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 219 additions and 211 deletions

View File

@ -5,7 +5,7 @@
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake # This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: Link Test name: "Link Liveness Checker"
on: on:
push: push:
@ -18,8 +18,8 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
validateLinks:
validateLinks:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 60 timeout-minutes: 60
@ -28,15 +28,20 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Ruby - uses: actions/cache@v3
# See https://github.com/ruby/setup-ruby#versioning
uses: ruby/setup-ruby@v1
with: with:
ruby-version: 3.0 path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-urlsup
- name: Install dependencies - name: Install urlsup
run: gem install awesome_bot run: cargo install urlsup
- name: Run tests
- name: Validate links
run: | run: |
# Some URLs could be flaky, try twice in case the first execution fails. # Some URLs could be flaky, try twice in case the first execution fails.
bash run_awesome_bot.sh || bash run_awesome_bot.sh bash run_awesome_bot.sh || bash run_awesome_bot.sh

View File

@ -3,4 +3,4 @@ lint:
test: test:
# Some URLs could be flaky, try twice in case the first execution fails. # Some URLs could be flaky, try twice in case the first execution fails.
bash run_awesome_bot.sh || bash run_awesome_bot.sh ./run_awesome_bot.sh || ./run_awesome_bot.sh

379
README.md
View File

@ -5,174 +5,174 @@
A collection of android security related resources. A collection of android security related resources.
1. [Tools](#tools) 1. [Tools](#tools)
2. [Academic/Research/Publications/Books](#academic) 1. [Academic/Research/Publications/Books](#academic)
3. [Exploits/Vulnerabilities/Bugs](#exploits) 1. [Exploits/Vulnerabilities/Bugs](#exploits)
## Tools ## Tools
### Online Analyzers ### Online Analyzers
1. [AndroTotal](http://andrototal.org/) 1. [AndroTotal](http://andrototal.org/)
5. [Appknox](https://www.appknox.com/) - not free 1. [Appknox](https://www.appknox.com/) - not free
8. [AVC UnDroid](http://undroid.av-comparatives.info/) 1. [Virustotal](https://www.virustotal.com/) - max 128MB
10. [Virustotal](https://www.virustotal.com/) - max 128MB 1. [Fraunhofer App-ray](http://app-ray.co/) - not free
11. [Fraunhofer App-ray](http://app-ray.co/) - not free 1. [NowSecure Lab Automated](https://www.nowsecure.com/blog/2016/09/19/announcing-nowsecure-lab-automated/) - Enterprise tool for mobile app security testing both Android and iOS mobile apps. Lab Automated features dynamic and static analysis on real devices in the cloud to return results in minutes. Not free
13. [NowSecure Lab Automated](https://www.nowsecure.com/blog/2016/09/19/announcing-nowsecure-lab-automated/) - Enterprise tool for mobile app security testing both Android and iOS mobile apps. Lab Automated features dynamic and static analysis on real devices in the cloud to return results in minutes. Not free 1. [App Detonator](https://appdetonator.run/) - Detonate APK binary to provide source code level details including app author, signature, build and manifest information. 3 Analysis/day free quota.
15. [App Detonator](https://appdetonator.run/) - Detonate APK binary to provide source code level details including app author, signature, build and manifest information. 3 Analysis/day free quota. 1. [Pithus](https://beta.pithus.org/) - Open-Source APK analyzer. Still in Beta for the moment and limited to static analysis for the moment. Possible to hunt malwares with Yara rules. More [here](https://beta.pithus.org/about/).
16. [BitBaan](https://malab.bitbaan.com/) 1. [Approver](https://approver.talos-sec.com/) - Approver is a fully automated security analysis and risk assessment platform for Android and iOS apps. Not free.
17. [Pithus](https://beta.pithus.org/) - Open-Source APK analyzer. Still in Beta for the moment and limited to static analysis for the moment. Possible to hunt malwares with Yara rules. More [here](https://beta.pithus.org/about/).
18. [Approver](https://approver.talos-sec.com/) - Approver is a fully automated security analysis and risk assessment platform for Android and iOS apps. Not free.
1. [Oversecured](https://oversecured.com/) - Enterprise vulnerability scanner for Android and iOS apps, it offers app owners and developers the ability to secure each new version of a mobile app by integrating Oversecured into the development process. Not free. 1. [Oversecured](https://oversecured.com/) - Enterprise vulnerability scanner for Android and iOS apps, it offers app owners and developers the ability to secure each new version of a mobile app by integrating Oversecured into the development process. Not free.
2. [AppSweep by Guardsquare](https://appsweep.guardsquare.com/) - Free, fast Android application security testing for developers 1. [AppSweep by Guardsquare](https://appsweep.guardsquare.com/) - Free, fast Android application security testing for developers
29. [Koodous](https://koodous.com) - Performs static/dynamic malware analysis over a vast repository of Android samples and check them against public and private Yara rules. 1. [Koodous](https://koodous.com) - Performs static/dynamic malware analysis over a vast repository of Android samples and check them against public and private Yara rules.
19. ~~[AMAaaS](https://amaaas.com) - Free Android Malware Analysis Service. A baremetal service features static and dynamic analysis for Android applications. A product of [MalwarePot](https://malwarepot.com/index.php/AMAaaS)~~. 1. ~~[BitBaan](https://malab.bitbaan.com/)~~
12. ~~[AppCritique](https://appcritique.boozallen.com) - Upload your Android APKs and receive comprehensive free security assessments~~ 1. ~~[AVC UnDroid](http://undroid.av-comparatives.info/)~~
15. ~~[NVISO ApkScan](https://apkscan.nviso.be/) - sunsetting on Oct 31, 2019~~ 1. ~~[AMAaaS](https://amaaas.com) - Free Android Malware Analysis Service. A baremetal service features static and dynamic analysis for Android applications. A product of [MalwarePot](https://malwarepot.com/index.php/AMAaaS)~~.
4. ~~[Mobile Malware Sandbox](http://www.mobilemalware.com.br/analysis/index_en.php)~~ 1. ~~[AppCritique](https://appcritique.boozallen.com) - Upload your Android APKs and receive comprehensive free security assessments~~
6. ~~[IBM Security AppScan Mobile Analyzer](https://appscan.bluemix.net/mobileAnalyzer) - not free~~ 1. ~~[NVISO ApkScan](https://apkscan.nviso.be/) - sunsetting on Oct 31, 2019~~
15. ~~[Visual Threat](https://www.visualthreat.com/) - no longer an Android app analyzer~~ 1. ~~[Mobile Malware Sandbox](http://www.mobilemalware.com.br/analysis/index_en.php)~~
15. ~~[Tracedroid](http://tracedroid.few.vu.nl/)~~ 1. ~~[IBM Security AppScan Mobile Analyzer](https://appscan.bluemix.net/mobileAnalyzer) - not free~~
15. ~~[habo](https://habo.qq.com/) - 10/day~~ 1. ~~[Visual Threat](https://www.visualthreat.com/) - no longer an Android app analyzer~~
16. ~~[CopperDroid](http://copperdroid.isg.rhul.ac.uk/copperdroid/)~~ 1. ~~[Tracedroid](http://tracedroid.few.vu.nl/)~~
17. ~~[SandDroid](http://sanddroid.xjtu.edu.cn/)~~ 1. ~~[habo](https://habo.qq.com/) - 10/day~~
18. ~~[Stowaway](http://www.android-permissions.org/)~~ 1. ~~[CopperDroid](http://copperdroid.isg.rhul.ac.uk/copperdroid/)~~
19. ~~[Anubis](http://anubis.iseclab.org/)~~ 1. ~~[SandDroid](http://sanddroid.xjtu.edu.cn/)~~
20. ~~[Mobile app insight](http://www.mobile-app-insight.org)~~ 1. ~~[Stowaway](http://www.android-permissions.org/)~~
21. ~~[Mobile-Sandbox](http://mobile-sandbox.com)~~ 1. ~~[Anubis](http://anubis.iseclab.org/)~~
22. ~~[Ijiami](http://safe.ijiami.cn/)~~ 1. ~~[Mobile app insight](http://www.mobile-app-insight.org)~~
23. ~~[Comdroid](http://www.comdroid.org/)~~ 1. ~~[Mobile-Sandbox](http://mobile-sandbox.com)~~
24. ~~[Android Sandbox](http://www.androidsandbox.net/)~~ 1. ~~[Ijiami](http://safe.ijiami.cn/)~~
25. ~~[Foresafe](http://www.foresafe.com/scan)~~ 1. ~~[Comdroid](http://www.comdroid.org/)~~
26. ~~[Dexter](https://dexter.dexlabs.org/)~~ 1. ~~[Android Sandbox](http://www.androidsandbox.net/)~~
27. ~~[MobiSec Eacus](http://www.mobiseclab.org/eacus.jsp)~~ 1. ~~[Foresafe](http://www.foresafe.com/scan)~~
28. ~~[Fireeye](https://fireeye.ijinshan.com/)- max 60MB 15/day~~ 1. ~~[Dexter](https://dexter.dexlabs.org/)~~
1. ~~[MobiSec Eacus](http://www.mobiseclab.org/eacus.jsp)~~
1. ~~[Fireeye](https://fireeye.ijinshan.com/)- max 60MB 15/day~~
### Static Analysis Tools ### Static Analysis Tools
1. [Androwarn](https://github.com/maaaaz/androwarn/) - detect and warn the user about potential malicious behaviours developed by an Android application. 1. [Androwarn](https://github.com/maaaaz/androwarn/) - detect and warn the user about potential malicious behaviours developed by an Android application.
2. [ApkAnalyser](https://github.com/sonyxperiadev/ApkAnalyser) 1. [ApkAnalyser](https://github.com/sonyxperiadev/ApkAnalyser)
3. [APKInspector](https://github.com/honeynet/apkinspector/) 1. [APKInspector](https://github.com/honeynet/apkinspector/)
4. [Droid Intent Data Flow Analysis for Information Leakage](https://www.cert.org/secure-coding/tools/didfail.cfm) 1. [Droid Intent Data Flow Analysis for Information Leakage](https://www.cert.org/secure-coding/tools/didfail.cfm)
5. [DroidLegacy](https://bitbucket.org/srl/droidlegacy) 1. [DroidLegacy](https://bitbucket.org/srl/droidlegacy)
7. [Smali CFG generator](https://github.com/EugenioDelfa/Smali-CFGs) 1. ~~[Smali CFG generator](https://github.com/EugenioDelfa/Smali-CFGs)~~
8. [FlowDroid](https://blogs.uni-paderborn.de/sse/tools/flowdroid/) 1. [FlowDroid](https://blogs.uni-paderborn.de/sse/tools/flowdroid/)
9. [Android Decompiler](https://www.pnfsoftware.com/) not free 1. [Android Decompiler](https://www.pnfsoftware.com/) not free
10. [PSCout](http://pscout.csl.toronto.edu/) - A tool that extracts the permission specification from the Android OS source code using static analysis 1. [PSCout](http://pscout.csl.toronto.edu/) - A tool that extracts the permission specification from the Android OS source code using static analysis
11. [Amandroid](http://amandroid.sireum.org/) 1. [Amandroid](http://amandroid.sireum.org/)
12. [SmaliSCA](https://github.com/dorneanu/smalisca) - Smali Static Code Analysis 1. [SmaliSCA](https://github.com/dorneanu/smalisca) - Smali Static Code Analysis
13. [CFGScanDroid](https://github.com/douggard/CFGScanDroid) - Scans and compares CFG against CFG of malicious applications 1. [CFGScanDroid](https://github.com/douggard/CFGScanDroid) - Scans and compares CFG against CFG of malicious applications
14. [Madrolyzer](https://github.com/maldroid/maldrolyzer) - extracts actionable data like C&C, phone number etc. 1. [Madrolyzer](https://github.com/maldroid/maldrolyzer) - extracts actionable data like C&C, phone number etc.
15. [SPARTA](https://www.cs.washington.edu/sparta) - verifies (proves) that an app satisfies an information-flow security policy; built on the [Checker Framework](https://types.cs.washington.edu/checker-framework/) 1. [SPARTA](https://www.cs.washington.edu/sparta) - verifies (proves) that an app satisfies an information-flow security policy; built on the [Checker Framework](https://types.cs.washington.edu/checker-framework/)
16. [ConDroid](https://github.com/JulianSchuette/ConDroid) - Performs a combination of symbolic + concrete execution of the app 1. [ConDroid](https://github.com/JulianSchuette/ConDroid) - Performs a combination of symbolic + concrete execution of the app
17. [DroidRA](https://github.com/serval-snt-uni-lu/DroidRA) 1. [DroidRA](https://github.com/serval-snt-uni-lu/DroidRA)
18. [RiskInDroid](https://github.com/ClaudiuGeorgiu/RiskInDroid) - A tool for calculating the risk of Android apps based on their permissions, with online demo available. 1. [RiskInDroid](https://github.com/ClaudiuGeorgiu/RiskInDroid) - A tool for calculating the risk of Android apps based on their permissions, with online demo available.
19. [SUPER](https://github.com/SUPERAndroidAnalyzer/super) - Secure, Unified, Powerful and Extensible Rust Android Analyzer 1. [SUPER](https://github.com/SUPERAndroidAnalyzer/super) - Secure, Unified, Powerful and Extensible Rust Android Analyzer
20. [ClassyShark](https://github.com/google/android-classyshark) - Standalone binary inspection tool which can browse any Android executable and show important infos. 1. [ClassyShark](https://github.com/google/android-classyshark) - Standalone binary inspection tool which can browse any Android executable and show important infos.
21. [StaCoAn](https://github.com/vincentcox/StaCoAn) - Crossplatform tool which aids developers, bugbounty hunters and ethical hackers performing static code analysis on mobile applications. This tool was created with a big focus on usability and graphical guidance in the user interface. 1. [StaCoAn](https://github.com/vincentcox/StaCoAn) - Crossplatform tool which aids developers, bugbounty hunters and ethical hackers performing static code analysis on mobile applications. This tool was created with a big focus on usability and graphical guidance in the user interface.
22. [JAADAS](https://github.com/flankerhqd/JAADAS) - Joint intraprocedure and interprocedure program analysis tool to find vulnerabilities in Android apps, built on Soot and Scala 1. [JAADAS](https://github.com/flankerhqd/JAADAS) - Joint intraprocedure and interprocedure program analysis tool to find vulnerabilities in Android apps, built on Soot and Scala
23. [Quark-Engine](https://github.com/quark-engine/quark-engine) - An Obfuscation-Neglect Android Malware Scoring System 1. [Quark-Engine](https://github.com/quark-engine/quark-engine) - An Obfuscation-Neglect Android Malware Scoring System
24. [One Step Decompiler](https://github.com/b-mueller/apkx) - Android APK Decompilation for the Lazy 1. [One Step Decompiler](https://github.com/b-mueller/apkx) - Android APK Decompilation for the Lazy
25. [APKLeaks](https://github.com/dwisiswant0/apkleaks) - Scanning APK file for URIs, endpoints & secrets. 1. [APKLeaks](https://github.com/dwisiswant0/apkleaks) - Scanning APK file for URIs, endpoints & secrets.
26. [Mobile Audit](https://github.com/mpast/mobileAudit) - Web application for performing Static Analysis and detecting malware in Android APKs. 1. [Mobile Audit](https://github.com/mpast/mobileAudit) - Web application for performing Static Analysis and detecting malware in Android APKs.
27. ~~[Several tools from PSU](http://siis.cse.psu.edu/tools.html)~~ 1. ~~[Several tools from PSU](http://siis.cse.psu.edu/tools.html)~~
### App Vulnerability Scanners ### App Vulnerability Scanners
1. [QARK](https://github.com/linkedin/qark/) - QARK by LinkedIn is for app developers to scan app for security issues 1. [QARK](https://github.com/linkedin/qark/) - QARK by LinkedIn is for app developers to scan app for security issues
2. [AndroBugs](https://github.com/AndroBugs/AndroBugs_Framework) 1. [AndroBugs](https://github.com/AndroBugs/AndroBugs_Framework)
3. [Nogotofail](https://github.com/google/nogotofail) 1. [Nogotofail](https://github.com/google/nogotofail)
5. ~~[Devknox](https://devknox.io/) - IDE plugin to build secure Android apps. Not maintained anymore.~~ 1. ~~[Devknox](https://devknox.io/) - IDE plugin to build secure Android apps. Not maintained anymore.~~
### Dynamic Analysis Tools ### Dynamic Analysis Tools
1. [Android DBI frameowork](http://www.mulliner.org/blog/blosxom.cgi/security/androiddbiv02.html) 1. [Android DBI frameowork](http://www.mulliner.org/blog/blosxom.cgi/security/androiddbiv02.html)
2. [Androl4b](https://github.com/sh4hin/Androl4b)- A Virtual Machine For Assessing Android applications, Reverse Engineering and Malware Analysis 1. [Androl4b](https://github.com/sh4hin/Androl4b)- A Virtual Machine For Assessing Android applications, Reverse Engineering and Malware Analysis
3. [House](https://github.com/nccgroup/house)- House: A runtime mobile application analysis toolkit with a Web GUI, powered by Frida, written in Python. 1. [House](https://github.com/nccgroup/house)- House: A runtime mobile application analysis toolkit with a Web GUI, powered by Frida, written in Python.
4. [Mobile-Security-Framework MobSF](https://github.com/MobSF/Mobile-Security-Framework-MobSF) - Mobile Security Framework is an intelligent, all-in-one open source mobile application (Android/iOS) automated pen-testing framework capable of performing static, dynamic analysis and web API testing. 1. [Mobile-Security-Framework MobSF](https://github.com/MobSF/Mobile-Security-Framework-MobSF) - Mobile Security Framework is an intelligent, all-in-one open source mobile application (Android/iOS) automated pen-testing framework capable of performing static, dynamic analysis and web API testing.
5. [AppUse](https://appsec-labs.com/AppUse/) custom build for pentesting 1. [AppUse](https://appsec-labs.com/AppUse/) custom build for pentesting
6. [Droidbox](https://github.com/pjlantz/droidbox) 1. [Droidbox](https://github.com/pjlantz/droidbox)
10. [Drozer](https://github.com/mwrlabs/drozer) 1. [Drozer](https://github.com/mwrlabs/drozer)
11. [Xposed](https://forum.xda-developers.com/xposed/xposed-installer-versions-changelog-t2714053) - equivalent of doing Stub based code injection but without any modifications to the binary 1. [Xposed](https://forum.xda-developers.com/xposed/xposed-installer-versions-changelog-t2714053) - equivalent of doing Stub based code injection but without any modifications to the binary
12. [Inspeckage](https://github.com/ac-pm/Inspeckage) - Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module) 1. [Inspeckage](https://github.com/ac-pm/Inspeckage) - Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module)
13. [Android Hooker](https://github.com/AndroidHooker/hooker) - Dynamic Java code instrumentation (requires the Substrate Framework) 1. [Android Hooker](https://github.com/AndroidHooker/hooker) - Dynamic Java code instrumentation (requires the Substrate Framework)
14. [ProbeDroid](https://github.com/ZSShen/ProbeDroid) - Dynamic Java code instrumentation 1. [ProbeDroid](https://github.com/ZSShen/ProbeDroid) - Dynamic Java code instrumentation
15. [Android Tamer](https://androidtamer.com/) - Virtual / Live Platform for Android Security Professionals 1. ~~[Android Tamer](https://androidtamer.com/) - Virtual / Live Platform for Android Security Professionals~~
16. [DECAF](https://github.com/sycurelab/DECAF) - Dynamic Executable Code Analysis Framework based on QEMU (DroidScope is now an extension to DECAF) 1. [DECAF](https://github.com/sycurelab/DECAF) - Dynamic Executable Code Analysis Framework based on QEMU (DroidScope is now an extension to DECAF)
17. [CuckooDroid](https://github.com/idanr1986/cuckoo-droid) - Android extension for Cuckoo sandbox 1. [CuckooDroid](https://github.com/idanr1986/cuckoo-droid) - Android extension for Cuckoo sandbox
18. [Mem](https://github.com/MobileForensicsResearch/mem) - Memory analysis of Android (root required) 1. [Mem](https://github.com/MobileForensicsResearch/mem) - Memory analysis of Android (root required)
19. [Crowdroid](http://www.ida.liu.se/labs/rtslab/publications/2011/spsm11-burguera.pdf) unable to find the actual tool 1. [Crowdroid](http://www.ida.liu.se/labs/rtslab/publications/2011/spsm11-burguera.pdf) unable to find the actual tool
20. [AuditdAndroid](https://github.com/nwhusted/AuditdAndroid) android port of auditd, not under active development anymore 1. [AuditdAndroid](https://github.com/nwhusted/AuditdAndroid) android port of auditd, not under active development anymore
21. [Android Security Evaluation Framework](https://code.google.com/p/asef/) - not under active development anymore 1. [Android Security Evaluation Framework](https://code.google.com/p/asef/) - not under active development anymore
23. [Aurasium](https://github.com/xurubin/aurasium) Practical security policy enforcement for Android apps via bytecode rewriting and in-place reference monitor. 1. [Aurasium](https://github.com/xurubin/aurasium) Practical security policy enforcement for Android apps via bytecode rewriting and in-place reference monitor.
24. [Android Linux Kernel modules](https://github.com/strazzere/android-lkms) 1. [Android Linux Kernel modules](https://github.com/strazzere/android-lkms)
25. [Appie](https://manifestsecurity.com/appie/) - Appie is a software package that has been pre-configured to function as an Android Pentesting Environment. It is completely portable and can be carried on USB stick or smartphone. This is a one stop answer for all the tools needed in Android Application Security Assessment and an awesome alternative to existing virtual machines. 1. [Appie](https://manifestsecurity.com/appie/) - Appie is a software package that has been pre-configured to function as an Android Pentesting Environment. It is completely portable and can be carried on USB stick or smartphone. This is a one stop answer for all the tools needed in Android Application Security Assessment and an awesome alternative to existing virtual machines.
26. [StaDynA](https://github.com/zyrikby/StaDynA) - a system supporting security app analysis in the presence of dynamic code update features (dynamic class loading and reflection). This tool combines static and dynamic analysis of Android applications in order to reveal the hidden/updated behavior and extend static analysis results with this information. 1. [StaDynA](https://github.com/zyrikby/StaDynA) - a system supporting security app analysis in the presence of dynamic code update features (dynamic class loading and reflection). This tool combines static and dynamic analysis of Android applications in order to reveal the hidden/updated behavior and extend static analysis results with this information.
27. [DroidAnalytics](https://github.com/zhengmin1989/DroidAnalytics) - incomplete 1. [DroidAnalytics](https://github.com/zhengmin1989/DroidAnalytics) - incomplete
28. [Vezir Project](https://github.com/oguzhantopgul/Vezir-Project) - Virtual Machine for Mobile Application Pentesting and Mobile Malware Analysis 1. [Vezir Project](https://github.com/oguzhantopgul/Vezir-Project) - Virtual Machine for Mobile Application Pentesting and Mobile Malware Analysis
29. [MARA](https://github.com/xtiankisutsa/MARA_Framework) - Mobile Application Reverse engineering and Analysis Framework 1. [MARA](https://github.com/xtiankisutsa/MARA_Framework) - Mobile Application Reverse engineering and Analysis Framework
30. [Taintdroid](http://appanalysis.org) - requires AOSP compilation 1. [Taintdroid](http://appanalysis.org) - requires AOSP compilation
31. [ARTist](https://artist.cispa.saarland) - a flexible open source instrumentation and hybrid analysis framework for Android apps and Android's java middleware. It is based on the Android Runtime's (ART) compiler and modifies code during on-device compilation. 1. [ARTist](https://artist.cispa.saarland) - a flexible open source instrumentation and hybrid analysis framework for Android apps and Android's java middleware. It is based on the Android Runtime's (ART) compiler and modifies code during on-device compilation.
32. [Android Malware Sandbox](https://github.com/Areizen/Android-Malware-Sandbox) 1. [Android Malware Sandbox](https://github.com/Areizen/Android-Malware-Sandbox)
33. [AndroPyTool](https://github.com/alexMyG/AndroPyTool) - a tool for extracting static and dynamic features from Android APKs. It combines different well-known Android apps analysis tools such as DroidBox, FlowDroid, Strace, AndroGuard or VirusTotal analysis. 1. [AndroPyTool](https://github.com/alexMyG/AndroPyTool) - a tool for extracting static and dynamic features from Android APKs. It combines different well-known Android apps analysis tools such as DroidBox, FlowDroid, Strace, AndroGuard or VirusTotal analysis.
34. [Runtime Mobile Security (RMS)](https://github.com/m0bilesecurity/RMS-Runtime-Mobile-Security) - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime 1. [Runtime Mobile Security (RMS)](https://github.com/m0bilesecurity/RMS-Runtime-Mobile-Security) - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime
35. [PAPIMonitor](https://github.com/Dado1513/PAPIMonitor) PAPIMonitor (Python API Monitor for Android apps) is a python tool based on Frida for monitoring user-select APIs during the app execution. 1. [PAPIMonitor](https://github.com/Dado1513/PAPIMonitor) PAPIMonitor (Python API Monitor for Android apps) is a python tool based on Frida for monitoring user-select APIs during the app execution.
36. [Android_application_analyzer](https://github.com/NotSoSecure/android_application_analyzer) - The tool is used to analyze the content of the android application in local storage. 1. [Android_application_analyzer](https://github.com/NotSoSecure/android_application_analyzer) - The tool is used to analyze the content of the android application in local storage.
37. ~~[Android Malware Analysis Toolkit](http://www.mobilemalware.com.br/amat/download.html) - (linux distro) Earlier it use to be an [online analyzer](http://dunkelheit.com.br/amat/analysis/index_en.php)~~ 1. ~~[Android Malware Analysis Toolkit](http://www.mobilemalware.com.br/amat/download.html) - (linux distro) Earlier it use to be an [online analyzer](http://dunkelheit.com.br/amat/analysis/index_en.php)~~
38. ~~[Android Reverse Engineering](https://redmine.honeynet.org/projects/are/wiki) ARE (android reverse engineering) not under active development anymore~~ 1. ~~[Android Reverse Engineering](https://redmine.honeynet.org/projects/are/wiki) ARE (android reverse engineering) not under active development anymore~~
39. ~~[ViaLab Community Edition](https://www.nowsecure.com/blog/2014/09/09/introducing-vialab-community-edition/)~~ 1. ~~[ViaLab Community Edition](https://www.nowsecure.com/blog/2014/09/09/introducing-vialab-community-edition/)~~
40. ~~[Mercury](https://labs.mwrinfosecurity.com/tools/2012/03/16/mercury/)~~ 1. ~~[Mercury](https://labs.mwrinfosecurity.com/tools/2012/03/16/mercury/)~~
41. ~~[Cobradroid](https://thecobraden.com/projects/cobradroid/) custom image for malware analysis~~ 1. ~~[Cobradroid](https://thecobraden.com/projects/cobradroid/) custom image for malware analysis~~
### Reverse Engineering ### Reverse Engineering
1. [Smali/Baksmali](https://github.com/JesusFreke/smali) apk decompilation 1. [Smali/Baksmali](https://github.com/JesusFreke/smali) apk decompilation
2. [emacs syntax coloring for smali files](https://github.com/strazzere/Emacs-Smali) 1. [emacs syntax coloring for smali files](https://github.com/strazzere/Emacs-Smali)
3. [vim syntax coloring for smali files](http://codetastrophe.com/smali.vim) 1. [vim syntax coloring for smali files](http://codetastrophe.com/smali.vim)
4. [AndBug](https://github.com/swdunlop/AndBug) 1. [AndBug](https://github.com/swdunlop/AndBug)
5. [Androguard](https://github.com/androguard/androguard) powerful, integrates well with other tools 1. [Androguard](https://github.com/androguard/androguard) powerful, integrates well with other tools
6. [Apktool](https://ibotpeaches.github.io/Apktool/) really useful for compilation/decompilation (uses smali) 1. [Apktool](https://ibotpeaches.github.io/Apktool/) really useful for compilation/decompilation (uses smali)
7. [Android Framework for Exploitation](https://github.com/appknox/AFE) 1. [Android Framework for Exploitation](https://github.com/appknox/AFE)
8. [Bypass signature and permission checks for IPCs](https://github.com/iSECPartners/Android-KillPermAndSigChecks) 1. [Bypass signature and permission checks for IPCs](https://github.com/iSECPartners/Android-KillPermAndSigChecks)
9. [Android OpenDebug](https://github.com/iSECPartners/Android-OpenDebug) make any application on device debuggable (using cydia substrate). 1. [Android OpenDebug](https://github.com/iSECPartners/Android-OpenDebug) make any application on device debuggable (using cydia substrate).
11. [Dex2Jar](https://github.com/pxb1988/dex2jar) - dex to jar converter 1. [Dex2Jar](https://github.com/pxb1988/dex2jar) - dex to jar converter
12. [Enjarify](https://github.com/google/enjarify) - dex to jar converter from Google 1. [Enjarify](https://github.com/google/enjarify) - dex to jar converter from Google
13. [Dedexer](https://sourceforge.net/projects/dedexer/) 1. [Dedexer](https://sourceforge.net/projects/dedexer/)
14. [Fino](https://github.com/sysdream/fino) 1. [Fino](https://github.com/sysdream/fino)
15. [Frida](https://www.frida.re/) - inject javascript to explore applications and a [GUI tool](https://github.com/antojoseph/diff-gui) for it 1. [Frida](https://www.frida.re/) - inject javascript to explore applications and a [GUI tool](https://github.com/antojoseph/diff-gui) for it
16. [Indroid](https://bitbucket.org/aseemjakhar/indroid) thread injection kit 1. [Indroid](https://bitbucket.org/aseemjakhar/indroid) thread injection kit
17. [IntentSniffer](https://www.nccgroup.com/us/our-research/intent-sniffer/) 1. [IntentSniffer](https://www.nccgroup.com/us/our-research/intent-sniffer/)
18. [Introspy](https://github.com/iSECPartners/Introspy-Android) 1. [Introspy](https://github.com/iSECPartners/Introspy-Android)
19. [Jad]( https://varaneckas.com/jad/) - Java decompiler 1. [Jad]( https://varaneckas.com/jad/) - Java decompiler
20. [JD-GUI](https://github.com/java-decompiler/jd-gui) - Java decompiler 1. [JD-GUI](https://github.com/java-decompiler/jd-gui) - Java decompiler
21. [CFR](http://www.benf.org/other/cfr/) - Java decompiler 1. [CFR](http://www.benf.org/other/cfr/) - Java decompiler
22. [Krakatau](https://github.com/Storyyeller/Krakatau) - Java decompiler 1. [Krakatau](https://github.com/Storyyeller/Krakatau) - Java decompiler
24. [FernFlower](https://github.com/fesh0r/fernflower) - Java decompiler 1. [FernFlower](https://github.com/fesh0r/fernflower) - Java decompiler
25. [Redexer](https://github.com/plum-umd/redexer) apk manipulation 1. [Redexer](https://github.com/plum-umd/redexer) apk manipulation
26. [Simplify Android deobfuscator](https://github.com/CalebFenton/simplify) 1. [Simplify Android deobfuscator](https://github.com/CalebFenton/simplify)
29. [Bytecode viewer](https://github.com/Konloch/bytecode-viewer) 1. [Bytecode viewer](https://github.com/Konloch/bytecode-viewer)
30. [Radare2](https://github.com/radare/radare2) 1. [Radare2](https://github.com/radare/radare2)
31. [Jadx](https://github.com/skylot/jadx) 1. [Jadx](https://github.com/skylot/jadx)
32. [Dwarf](https://github.com/iGio90/Dwarf) - GUI for reverse engineering 1. [Dwarf](https://github.com/iGio90/Dwarf) - GUI for reverse engineering
33. [Andromeda](https://github.com/secrary/Andromeda) - Another basic command-line reverse engineering tool 1. [Andromeda](https://github.com/secrary/Andromeda) - Another basic command-line reverse engineering tool
34. [apk-mitm](https://github.com/shroudedcode/apk-mitm) - A CLI application that prepares Android APK files for HTTPS inspection 1. [apk-mitm](https://github.com/shroudedcode/apk-mitm) - A CLI application that prepares Android APK files for HTTPS inspection
35. [Noia](https://github.com/0x742/noia) - Simple Android application sandbox file browser tool 1. [Noia](https://github.com/0x742/noia) - Simple Android application sandbox file browser tool
36. [Obfuscapk](https://github.com/ClaudiuGeorgiu/Obfuscapk) - Obfuscapk is a modular Python tool for obfuscating Android apps without needing their source code. 1. [Obfuscapk](https://github.com/ClaudiuGeorgiu/Obfuscapk) - Obfuscapk is a modular Python tool for obfuscating Android apps without needing their source code.
37. [ARMANDroid](https://github.com/Mobile-IoT-Security-Lab/ARMANDroid) - ARMAND (Anti-Repackaging through Multi-patternAnti-tampering based on Native Detection) is a novel anti-tampering protection scheme that embeds logic bombs and AT detection nodes directly in the apk file without needing their source code. 1. [ARMANDroid](https://github.com/Mobile-IoT-Security-Lab/ARMANDroid) - ARMAND (Anti-Repackaging through Multi-patternAnti-tampering based on Native Detection) is a novel anti-tampering protection scheme that embeds logic bombs and AT detection nodes directly in the apk file without needing their source code.
38. [MVT (Mobile Verification Toolkit)](https://github.com/mvt-project/mvt) - a collection of utilities to simplify and automate the process of gathering forensic traces helpful to identify a potential compromise of Android and iOS devices 1. [MVT (Mobile Verification Toolkit)](https://github.com/mvt-project/mvt) - a collection of utilities to simplify and automate the process of gathering forensic traces helpful to identify a potential compromise of Android and iOS devices
39. ~~[Procyon](https://bitbucket.org/mstrobel/procyon/wiki/Java%20Decompiler) - Java decompiler~~ 1. ~~[Procyon](https://bitbucket.org/mstrobel/procyon/wiki/Java%20Decompiler) - Java decompiler~~
40. ~~[Smali viewer](http://blog.avlyun.com/wp-content/uploads/2014/04/SmaliViewer.zip)~~ 1. ~~[Smali viewer](http://blog.avlyun.com/wp-content/uploads/2014/04/SmaliViewer.zip)~~
41. ~~[ZjDroid](https://github.com/BaiduSecurityLabs/ZjDroid)~~, ~~[fork/mirror](https://github.com/yangbean9/ZjDroid)~~ 1. ~~[ZjDroid](https://github.com/BaiduSecurityLabs/ZjDroid)~~, ~~[fork/mirror](https://github.com/yangbean9/ZjDroid)~~
42. ~~[Dare](http://siis.cse.psu.edu/dare/index.html) .dex to .class converter~~ 1. ~~[Dare](http://siis.cse.psu.edu/dare/index.html) .dex to .class converter~~
43. [Decompiler.com](https://www.decompiler.com/) - Online APK and Java decompiler 1. [Decompiler.com](https://www.decompiler.com/) - Online APK and Java decompiler
### Fuzz Testing ### Fuzz Testing
1. [IntentFuzzer](https://www.nccgroup.trust/us/about-us/resources/intent-fuzzer/) 1. [IntentFuzzer](https://www.nccgroup.trust/us/about-us/resources/intent-fuzzer/)
2. [Radamsa Fuzzer](https://github.com/anestisb/radamsa-android) 1. [Radamsa Fuzzer](https://github.com/anestisb/radamsa-android)
3. [Honggfuzz](https://github.com/google/honggfuzz) 1. [Honggfuzz](https://github.com/google/honggfuzz)
4. [An Android port of the melkor ELF fuzzer](https://github.com/anestisb/melkor-android) 1. [An Android port of the melkor ELF fuzzer](https://github.com/anestisb/melkor-android)
5. [Media Fuzzing Framework for Android](https://github.com/fuzzing/MFFA) 1. [Media Fuzzing Framework for Android](https://github.com/fuzzing/MFFA)
6. [AndroFuzz](https://github.com/jonmetz/AndroFuzz) 1. [AndroFuzz](https://github.com/jonmetz/AndroFuzz)
### App Repackaging Detectors ### App Repackaging Detectors
@ -181,38 +181,38 @@ A collection of android security related resources.
### Market Crawlers ### Market Crawlers
1. [Google play crawler (Java)](https://github.com/Akdeniz/google-play-crawler) 1. [Google play crawler (Java)](https://github.com/Akdeniz/google-play-crawler)
2. [Google play crawler (Python)](https://github.com/egirault/googleplay-api) 1. [Google play crawler (Python)](https://github.com/egirault/googleplay-api)
3. [Google play crawler (Node)](https://github.com/dweinstein/node-google-play) - get app details and download apps from official Google Play Store. 1. [Google play crawler (Node)](https://github.com/dweinstein/node-google-play) - get app details and download apps from official Google Play Store.
4. [Aptoide downloader (Node)](https://github.com/dweinstein/node-aptoide) - download apps from Aptoide third-party Android market 1. [Aptoide downloader (Node)](https://github.com/dweinstein/node-aptoide) - download apps from Aptoide third-party Android market
5. [Appland downloader (Node)](https://github.com/dweinstein/node-appland) - download apps from Appland third-party Android market 1. [Appland downloader (Node)](https://github.com/dweinstein/node-appland) - download apps from Appland third-party Android market
6. [Apkpure](https://apkpure.com/) - Online apk downloader. Provides also an own app for downloading. 1. [Apkpure](https://apkpure.com/) - Online apk downloader. Provides also an own app for downloading.
7. [PlaystoreDownloader](https://github.com/ClaudiuGeorgiu/PlaystoreDownloader) - PlaystoreDownloader is a tool for downloading Android applications directly from the Google Play Store. After an initial (one-time) configuration, applications can be downloaded by specifying their package name. 1. [PlaystoreDownloader](https://github.com/ClaudiuGeorgiu/PlaystoreDownloader) - PlaystoreDownloader is a tool for downloading Android applications directly from the Google Play Store. After an initial (one-time) configuration, applications can be downloaded by specifying their package name.
8. [APK Downloader](https://apkcombo.com/apk-downloader/) Online Sevrice to download APK from Playstore for specific Android Device Configuration 1. [APK Downloader](https://apkcombo.com/apk-downloader/) Online Sevrice to download APK from Playstore for specific Android Device Configuration
### Misc Tools ### Misc Tools
1. [smalihook](http://androidcracking.blogspot.com/2011/03/original-smalihook-java-source.html) 1. [smalihook](http://androidcracking.blogspot.com/2011/03/original-smalihook-java-source.html)
3. [AXMLPrinter2](http://code.google.com/p/android4me/downloads/detail?name=AXMLPrinter2.jar) - to convert binary XML files to human-readable XML files 1. [AXMLPrinter2](http://code.google.com/p/android4me/downloads/detail?name=AXMLPrinter2.jar) - to convert binary XML files to human-readable XML files
4. [adb autocomplete](https://github.com/mbrubeck/android-completion) 1. [adb autocomplete](https://github.com/mbrubeck/android-completion)
6. [mitmproxy](https://github.com/mitmproxy/mitmproxy) 1. [mitmproxy](https://github.com/mitmproxy/mitmproxy)
7. [dockerfile/androguard](https://github.com/dweinstein/dockerfile-androguard) 1. [dockerfile/androguard](https://github.com/dweinstein/dockerfile-androguard)
8. [Android Vulnerability Test Suite](https://github.com/AndroidVTS/android-vts) - android-vts scans a device for set of vulnerabilities 1. [Android Vulnerability Test Suite](https://github.com/AndroidVTS/android-vts) - android-vts scans a device for set of vulnerabilities
9. [AppMon](https://github.com/dpnishant/appmon)- AppMon is an automated framework for monitoring and tampering system API calls of native macOS, iOS and android apps. It is based on Frida. 1. [AppMon](https://github.com/dpnishant/appmon)- AppMon is an automated framework for monitoring and tampering system API calls of native macOS, iOS and android apps. It is based on Frida.
10. [Internal Blue](https://github.com/seemoo-lab/internalblue) - Bluetooth experimentation framework based on Reverse Engineering of Broadcom Bluetooth Controllers 1. [Internal Blue](https://github.com/seemoo-lab/internalblue) - Bluetooth experimentation framework based on Reverse Engineering of Broadcom Bluetooth Controllers
11. [Android Device Security Database](https://www.android-device-security.org/client/datatable) - Database of security features of Android devices 1. [Android Mobile Device Hardening](https://github.com/SecTheTech/AMDH) - AMDH scans and harden device's settings and list harmful installed Apps based on permissions.
12. [Android Mobile Device Hardening](https://github.com/SecTheTech/AMDH) - AMDH scans and harden device's settings and list harmful installed Apps based on permissions. 1. ~~[Android Device Security Database](https://www.android-device-security.org/client/datatable) - Database of security features of Android devices~~
13. ~~[Opcodes table for quick reference](http://ww38.xchg.info/corkami/opcodes_tables.pdf)~~ 1. ~~[Opcodes table for quick reference](http://ww38.xchg.info/corkami/opcodes_tables.pdf)~~
14. ~~[APK-Downloader](http://codekiem.com/2012/02/24/apk-downloader/)~~ - seems dead now 1. ~~[APK-Downloader](http://codekiem.com/2012/02/24/apk-downloader/)~~ - seems dead now
15. ~~[Dalvik opcodes](http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html)~~ 1. ~~[Dalvik opcodes](http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html)~~
### Vulnerable Applications for practice ### Vulnerable Applications for practice
1. [Damn Insecure Vulnerable Application (DIVA)](https://github.com/payatu/diva-android) 1. [Damn Insecure Vulnerable Application (DIVA)](https://github.com/payatu/diva-android)
2. [Vuldroid](https://github.com/jaiswalakshansh/Vuldroid) 1. [Vuldroid](https://github.com/jaiswalakshansh/Vuldroid)
3. [ExploitMe Android Labs](http://securitycompass.github.io/AndroidLabs/setup.html) 1. [ExploitMe Android Labs](http://securitycompass.github.io/AndroidLabs/setup.html)
4. [GoatDroid](https://github.com/jackMannino/OWASP-GoatDroid-Project) 1. [GoatDroid](https://github.com/jackMannino/OWASP-GoatDroid-Project)
5. [Android InsecureBank](https://github.com/dineshshetty/Android-InsecureBankv2) 1. [Android InsecureBank](https://github.com/dineshshetty/Android-InsecureBankv2)
6. [Insecureshop](https://github.com/optiv/insecureshop) 1. [Insecureshop](https://github.com/optiv/insecureshop)
1. [Oversecured Vulnerable Android App (OVAA)](https://github.com/oversecured/ovaa) 1. [Oversecured Vulnerable Android App (OVAA)](https://github.com/oversecured/ovaa)
## Academic/Research/Publications/Books ## Academic/Research/Publications/Books
@ -220,8 +220,8 @@ A collection of android security related resources.
### Research Papers ### Research Papers
1. [Exploit Database](https://www.exploit-db.com/papers/) 1. [Exploit Database](https://www.exploit-db.com/papers/)
2. [Android security related presentations](https://github.com/jacobsoo/AndroidSlides) 1. [Android security related presentations](https://github.com/jacobsoo/AndroidSlides)
3. [A good collection of static analysis papers](https://tthtlc.wordpress.com/2011/09/01/static-analysis-of-android-applications/) 1. [A good collection of static analysis papers](https://tthtlc.wordpress.com/2011/09/01/static-analysis-of-android-applications/)
### Books ### Books
@ -230,38 +230,37 @@ A collection of android security related resources.
### Others ### Others
1. [OWASP Mobile Security Testing Guide Manual](https://github.com/OWASP/owasp-mstg) 1. [OWASP Mobile Security Testing Guide Manual](https://github.com/OWASP/owasp-mstg)
2. [doridori/Android-Security-Reference](https://github.com/doridori/Android-Security-Reference) 1. [doridori/Android-Security-Reference](https://github.com/doridori/Android-Security-Reference)
3. [android app security checklist](https://github.com/b-mueller/android_app_security_checklist) 1. [android app security checklist](https://github.com/b-mueller/android_app_security_checklist)
4. [Mobile App Pentest Cheat Sheet](https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet) 1. [Mobile App Pentest Cheat Sheet](https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet)
5. [Android Reverse Engineering 101 by Daniele Altomare (Web Archive link)](http://web.archive.org/web/20180721134044/http://www.fasteque.com:80/android-reverse-engineering-101-part-1/) 1. [Android Reverse Engineering 101 by Daniele Altomare (Web Archive link)](http://web.archive.org/web/20180721134044/http://www.fasteque.com:80/android-reverse-engineering-101-part-1/)
5. ~~[Mobile Security Reading Room](https://mobile-security.zeef.com) - A reading room which contains well categorised technical reading material about mobile penetration testing, mobile malware, mobile forensics and all kind of mobile security related topics~~ 1. ~~[Mobile Security Reading Room](https://mobile-security.zeef.com) - A reading room which contains well categorised technical reading material about mobile penetration testing, mobile malware, mobile forensics and all kind of mobile security related topics~~
## Exploits/Vulnerabilities/Bugs ## Exploits/Vulnerabilities/Bugs
### List ### List
1. [Android Security Bulletins](https://source.android.com/security/bulletin/) 1. [Android Security Bulletins](https://source.android.com/security/bulletin/)
2. [Android's reported security vulnerabilities](https://www.cvedetails.com/vulnerability-list/vendor_id-1224/product_id-19997/Google-Android.html) 1. [Android's reported security vulnerabilities](https://www.cvedetails.com/vulnerability-list/vendor_id-1224/product_id-19997/Google-Android.html)
3. [Android Devices Security Patch Status](https://kb.androidtamer.com/Device_Security_Patch_tracker/) 1. [AOSP - Issue tracker](https://code.google.com/p/android/issues/list?can=2&q=priority=Critical&sort=-opened)
4. [AOSP - Issue tracker](https://code.google.com/p/android/issues/list?can=2&q=priority=Critical&sort=-opened) 1. [OWASP Mobile Top 10 2016](https://www.owasp.org/index.php/Mobile_Top_10_2016-Top_10)
5. [OWASP Mobile Top 10 2016](https://www.owasp.org/index.php/Mobile_Top_10_2016-Top_10) 1. [Exploit Database](https://www.exploit-db.com/search/?action=search&q=android) - click search
6. [Exploit Database](https://www.exploit-db.com/search/?action=search&q=android) - click search 1. [Vulnerability Google Doc](https://docs.google.com/spreadsheet/pub?key=0Am5hHW4ATym7dGhFU1A4X2lqbUJtRm1QSWNRc3E0UlE&single=true&gid=0&output=html)
7. [Vulnerability Google Doc](https://docs.google.com/spreadsheet/pub?key=0Am5hHW4ATym7dGhFU1A4X2lqbUJtRm1QSWNRc3E0UlE&single=true&gid=0&output=html) 1. [Google Android Security Teams Classifications for Potentially Harmful Applications (Malware)](https://source.android.com/security/reports/Google_Android_Security_PHA_classifications.pdf)
8. [Google Android Security Teams Classifications for Potentially Harmful Applications (Malware)](https://source.android.com/security/reports/Google_Android_Security_PHA_classifications.pdf) 1. ~~[Android Devices Security Patch Status](https://kb.androidtamer.com/Device_Security_Patch_tracker/)~~
### Malware ### Malware
1. [androguard - Database Android Malwares wiki](https://code.google.com/p/androguard/wiki/DatabaseAndroidMalwares) 1. [androguard - Database Android Malwares wiki](https://code.google.com/p/androguard/wiki/DatabaseAndroidMalwares)
2. [Android Malware Github repo](https://github.com/ashishb/android-malware) 1. [Android Malware Github repo](https://github.com/ashishb/android-malware)
3. [Android Malware Genome Project](http://www.malgenomeproject.org/policy.html) - contains 1260 malware samples categorized into 49 different malware families, free for research purpose. 1. [Android Malware Genome Project](http://www.malgenomeproject.org/policy.html) - contains 1260 malware samples categorized into 49 different malware families, free for research purpose.
4. [Contagio Mobile Malware Mini Dump](http://contagiominidump.blogspot.com) 1. [Contagio Mobile Malware Mini Dump](http://contagiominidump.blogspot.com)
5. [VirusTotal Malware Intelligence Service](https://www.virustotal.com/en/about/contact/) - powered by VirusTotal, not free 1. [Drebin](https://www.sec.tu-bs.de/~danarp/drebin/)
6. [Drebin](https://www.sec.cs.tu-bs.de/~danarp/drebin/) 1. [Kharon Malware Dataset](http://kharon.gforge.inria.fr/dataset/) - 7 malwares which have been reverse engineered and documented
8. [Kharon Malware Dataset](http://kharon.gforge.inria.fr/dataset/) - 7 malwares which have been reverse engineered and documented 1. [Android Adware and General Malware Dataset](https://www.unb.ca/cic/datasets/android-adware.html)
9. [Android Adware and General Malware Dataset](https://www.unb.ca/cic/datasets/android-adware.html) 1. [Android PRAGuard Dataset](http://pralab.diee.unica.it/en/AndroidPRAGuardDataset) - The dataset contains 10479 samples, obtained by obfuscating the MalGenome and the Contagio Minidump datasets with seven different obfuscation techniques.
10. [Android PRAGuard Dataset](http://pralab.diee.unica.it/en/AndroidPRAGuardDataset) - The dataset contains 10479 samples, obtained by obfuscating the MalGenome and the Contagio Minidump datasets with seven different obfuscation techniques. 1. [AndroZoo](https://androzoo.uni.lu/) - AndroZoo is a growing collection of Android Applications collected from several sources, including the official Google Play app market.
11. [AndroZoo](https://androzoo.uni.lu/) - AndroZoo is a growing collection of Android Applications collected from several sources, including the official Google Play app market. 1. ~~[Admire](http://admire.necst.it/)~~
7. ~~[Admire](http://admire.necst.it/)~~
### Bounty Programs ### Bounty Programs
@ -270,7 +269,7 @@ A collection of android security related resources.
### How to report Security issues ### How to report Security issues
1. [Android - reporting security issues](https://source.android.com/security/overview/updates-resources.html#report-issues) 1. [Android - reporting security issues](https://source.android.com/security/overview/updates-resources.html#report-issues)
2. [Android Reports and Resources](https://github.com/B3nac/Android-Reports-and-Resources) - List of Android Hackerone disclosed reports and other resources 1. [Android Reports and Resources](https://github.com/B3nac/Android-Reports-and-Resources) - List of Android Hackerone disclosed reports and other resources
## Contributing ## Contributing

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euxo pipefail set -euo pipefail
DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/',\ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/',\
@ -10,7 +10,7 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/',
'http://www.comdroid.org/','http://www.androidsandbox.net/','http://andrototal.org',\ 'http://www.comdroid.org/','http://www.androidsandbox.net/','http://andrototal.org',\
'http://www.mobile-app-insight.org','http://anubis.iseclab.org/',\ 'http://www.mobile-app-insight.org','http://anubis.iseclab.org/',\
'http://blog.avlyun.com/wp-content/uploads/2014/04/SmaliViewer.zip',\ 'http://blog.avlyun.com/wp-content/uploads/2014/04/SmaliViewer.zip',\
'habo.qq.com','http://admire.necst.it/','tracedroid.few.vu.nl',\ 'habo.qq.com','http://admire.necst.it/','http://tracedroid.few.vu.nl',\
'http://appanalysis.org','http://dunkelheit.com.br','https://mobile-security.zeef.com',\ 'http://appanalysis.org','http://dunkelheit.com.br','https://mobile-security.zeef.com',\
'https://redmine.honeynet.org/projects/are/wiki','https://www.visualthreat.com/',\ 'https://redmine.honeynet.org/projects/are/wiki','https://www.visualthreat.com/',\
'http://www.mobilemalware.com.br','https://appscan.bluemix.net',\ 'http://www.mobilemalware.com.br','https://appscan.bluemix.net',\
@ -23,17 +23,21 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/',
'https://pscout.csl.toronto.edu',\ 'https://pscout.csl.toronto.edu',\
'https://appcritique.boozallen.com',\ 'https://appcritique.boozallen.com',\
'https://amaaas.com',\ 'https://amaaas.com',\
'https://malwarepot.com/index.php/AMAaaS' 'https://malwarepot.com/index.php/AMAaaS',\
'https://androidtamer.com/',\
'https://kb.androidtamer.com/Device_Security_Patch_tracker/',\
'http://undroid.av-comparatives.info/',\
'https://github.com/EugenioDelfa/Smali-CFGs',\
'https://malab.bitbaan.com/',\
'https://www.android-device-security.org/client/datatable'
FLAKY_URLS='http://safe.ijiami.cn/',\ FLAKY_URLS='http://safe.ijiami.cn/',\
'https://apkcombo.com/apk-downloader/' 'https://apkcombo.com/apk-downloader/',\
'https://pscout.csl.toronto.edu'
SRC_FILE=README.md SRC_FILE=README.md
# Run `gem install awesome_bot` to install awesome_bot # Install urlsup with `cargo install urlsup`
awesome_bot \ urlsup \
--allow-redirect \ --allow 301,302 \
--allow-ssl \
--skip-save-results \
--request-delay 1 \
--white-list ${DEAD_URLS},${FLAKY_URLS} \ --white-list ${DEAD_URLS},${FLAKY_URLS} \
--files ${SRC_FILE} ${SRC_FILE}