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
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