Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 739 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 739 Bytes

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