/apkreport

Generate CSV Reports of MobSF Results

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

License

apkreport

Generate a csv report of basic app information from the MobSF API.

Sample run

./apkreport

You will have to edit the generated config file (with your API info): ~/.apkreport.yml and run again.

Sample output columns:

package_name, filename, md5, play_prog_title, play_version, play_url, size, play_installs, play_dev	play_dev_site, play_dev_address

Install

In order to install simply cd to this directory and do:

make

If you want to move the binary to /usr/bin/local:

make install