Skip to content

Commit

Permalink
Update tools/android/MASTG-TOOL-0125.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cpholguera authored Dec 8, 2024
1 parent 0d87dcb commit f502ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/android/MASTG-TOOL-0125.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ host:
- macOS
---

[Apkleaks](https://github.com/dwisiswant0/apkleaks) is an open-source utility designed for static analysis of Android APK files, with a primary focus on identifying sensitive data such as API keys, URLs, AWS S3 buckets, and Firebase URLs. This tool automates the process of string analysis, facilitating the detection of hardcoded secrets and potential security vulnerabilities within Android applications.
[Apkleaks](https://github.com/dwisiswant0/apkleaks) is an open-source utility designed for static analysis of Android APK files, with a primary focus on identifying sensitive data such as API keys, URLs, AWS S3 buckets, and Firebase URLs. This tool automates the process of string analysis, facilitating the detection of hardcoded secrets and potential security vulnerabilities.

It offers support for custom regular expression rules, enabling users to specify additional search criteria through a JSON configuration file [regexes.json](https://github.com/dwisiswant0/apkleaks/blob/master/config/regexes.json).

0 comments on commit f502ae2

Please sign in to comment.