@@ -58,22 +58,25 @@ FLAGS:
5858 --bench Show benchmarks for the analysis
5959 --force If you'd like to force the auditor to do everything from the beginning
6060 -h, --help Prints help information
61+ --html Generates the reults in HTML format
62+ --json Generates the reults in JSON format
6163 --open Open the report in a browser once it is complete
6264 -q, --quiet If you'd like a zen auditor that won't output anything in stdout
6365 -a, --test-all Test all .apk files in the downloads directory
6466 -V, --version Prints version information
6567 -v, --verbose If you'd like the auditor to talk more than necessary
6668
6769OPTIONS:
68- --apktool <apktool> Path to the apktool file
69- --dex2jar <dex2jar> Where to store the jar files
70- --dist <dist> Folder where distribution files will be extracted
71- --downloads <downloads> Folder where the downloads are stored
72- --jd-cmd <jd-cmd> Path to the jd-cmd file
73- --results <results> Folder where to store the results
74- --rules <rules> Path to a JSON rules file
75- --template <template> Path to a results template file
76- -t, --threads <threads> Number of threads to use
70+ --apktool <apktool> Path to the apktool file
71+ --dex2jar <dex2jar> Where to store the jar files
72+ --dist <dist> Folder where distribution files will be extracted
73+ --downloads <downloads> Folder where the downloads are stored
74+ --jd-cmd <jd-cmd> Path to the jd-cmd file
75+ --min-criticality <min_criticality> Set a minimum criticality to analyze (Critical, High, Medium, Low)
76+ --results <results> Folder where to store the results
77+ --rules <rules> Path to a JSON rules file
78+ --template <template> Path to a results template file
79+ -t, --threads <threads> Number of threads to use
7780
7881ARGS:
7982 <package> The package string of the application to test
0 commit comments