jakubd / apkreport

Generate CSV Reports of MobSF Results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Generate CSV Reports of MobSF Results

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 94.9%Language:Makefile 5.1%