APK scanner configuration file
General configuration file keys
Here is a simple and recommended overview of the general configuration file keys. Remember that this applies to all of Fluid Attacks’ scanners .
namespace: myappoutput: file_path: ./Fluid-Attacks-Results.csv format: CSVworking_dir: .language: ENSpecific configuration file keys
The following key is available only for the APK scanner.
apk
This key has two configuration options:
include(mandatory): Paths to files or directories to analyzeexclude(optional): Files or directories to exclude from the analysis
For example:
apk: include: - relative/path/to/directory/ # Optional keys exclude: - glob(src/**/test*.apk)Specify paths in the include/exclude subsections
You can specify your paths in two different ways:
- Using a path relative to the working directory, for example:
namespace: namespaceworking_dir: /test/directoryapk: include: - src/main/java/org/test/Test.apk- Using Unix-style globs , relative to
working_dir, for example:
namespace: namespaceworking_dir: /test/directoryapk: include: - . exclude: - glob(**.java) - glob(src/**/test*.py)Configuration file example
Below is an example of a highly personalized configuration file:
namespace: my_appworking_dir: ./commit: e59607b9de3ef4c13d292705fg3da1ff0c67eb38language: ENoutput: file_path: /fluid-attacks-results.csv format: CSVapk: include: - glob(**/**.apk) exclude: - src/test/test_apk.apkHave a question about the scanner or encountered a problem? Read the scanner FAQÂ .
Free trial Search for vulnerabilities in your apps for free with Fluid Attacks’ automated security testing! Start your 21-day free trial and discover the benefits of the Continuous Hacking Essential plan . If you prefer the Advanced plan, which includes the expertise of Fluid Attacks’ hacking team, fill out this contact form .